Searched refs:right_img (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cv_feature_match.cpp | 226 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/ |
D | cv_capi_feature_match.cpp | 231 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()
|