HomeSort by relevance Sort by last modified time
    Searched refs:img_right (Results 1 - 5 of 5) sorted by null

  /external/libxcam/modules/soft/
cv_capi_feature_match.h 70 void detect_and_match (CvArr* img_left, CvArr* img_right, Rect &crop_left, Rect &crop_right,
cv_capi_feature_match.cpp 181 CvArr* img_left, CvArr* img_right, Rect &crop_left, Rect &crop_right,
196 // find the corresponding points in img_right
207 img_left, img_right, 0, 0, corner_points1, corner_points2, count, win_size, 3,
214 calc_of_match (img_left, img_right, corner_left, corner_right,
  /external/libxcam/modules/ocl/
cv_feature_match.h 69 void detect_and_match (cv::InputArray img_left, cv::InputArray img_right, Rect &crop_left, Rect &crop_right,
cv_feature_match.cpp 183 cv::InputArray img_left, cv::InputArray img_right, Rect &crop_left, Rect &crop_right,
203 img_left, img_right, corner_left, corner_right, status, err, win_size, 3,
207 calc_of_match (img_left, img_right, corner_left, corner_right,
cl_image_360_stitch.cpp 700 Rect img_right = get_image_overlap (i, 1); local
702 reset_width += img_right.pos_x - img_left.pos_x;

Completed in 58 milliseconds