Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcv_feature_match.cpp226 cv::_InputArray left_img, right_img; in optical_flow_feature_match() local
234 right_img = cv::_InputArray (right_umat); in optical_flow_feature_match()
240 right_img = cv::_InputArray (right_mat); in optical_flow_feature_match()
243 detect_and_match (left_img, right_img, left_crop_rect, right_crop_rect, in optical_flow_feature_match()
/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp231 CvMat left_img, right_img; in optical_flow_feature_match() local
234 || !get_crop_image (right_buf, right_crop_rect, _right_crop_image, right_img)) in optical_flow_feature_match()
237 detect_and_match ((CvArr*)(&left_img), (CvArr*)(&right_img), left_crop_rect, right_crop_rect, in optical_flow_feature_match()