Home
last modified time | relevance | path

Searched refs:right_umat (Results 1 – 1 of 1) sorted by relevance

/external/libxcam/modules/ocl/
Dcv_feature_match.cpp224 cv::UMat left_umat, right_umat; in optical_flow_feature_match() local
229 || !get_crop_image (right_buf, right_crop_rect, right_umat)) in optical_flow_feature_match()
234 right_img = cv::_InputArray (right_umat); in optical_flow_feature_match()
237 right_mat = right_umat.getMat (cv::ACCESS_READ); in optical_flow_feature_match()