Home
last modified time | relevance | path

Searched refs:left_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
233 left_img = cv::_InputArray (left_umat); in optical_flow_feature_match()
239 left_img = cv::_InputArray (left_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
233 if (!get_crop_image (left_buf, left_crop_rect, _left_crop_image, left_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()