Searched refs:img_right (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/modules/soft/ |
D | cv_capi_feature_match.cpp | 181 CvArr* img_left, CvArr* img_right, Rect &crop_left, Rect &crop_right, in detect_and_match() argument 207 img_left, img_right, 0, 0, corner_points1, corner_points2, count, win_size, 3, in detect_and_match() 214 calc_of_match (img_left, img_right, corner_left, corner_right, in detect_and_match()
|
D | cv_capi_feature_match.h | 70 void detect_and_match (CvArr* img_left, CvArr* img_right, Rect &crop_left, Rect &crop_right,
|
/external/libxcam/modules/ocl/ |
D | cv_feature_match.cpp | 183 cv::InputArray img_left, cv::InputArray img_right, Rect &crop_left, Rect &crop_right, in detect_and_match() argument 203 img_left, img_right, corner_left, corner_right, status, err, win_size, 3, in detect_and_match() 207 calc_of_match (img_left, img_right, corner_left, corner_right, in detect_and_match()
|
D | cv_feature_match.h | 69 …void detect_and_match (cv::InputArray img_left, cv::InputArray img_right, Rect &crop_left, Rect &c…
|
D | cl_image_360_stitch.cpp | 700 Rect img_right = get_image_overlap (i, 1); in reset_buffer_info() local 702 reset_width += img_right.pos_x - img_left.pos_x; in reset_buffer_info()
|