HomeSort by relevance Sort by last modified time
    Searched refs:detect_and_match (Results 1 - 4 of 4) 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 180 CVCapiFeatureMatch::detect_and_match ( function in class:XCam::CVCapiFeatureMatch
237 detect_and_match ((CvArr*)(&left_img), (CvArr*)(&right_img), left_crop_rect, right_crop_rect,
  /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 182 CVFeatureMatch::detect_and_match ( function in class:XCam::CVFeatureMatch
243 detect_and_match (left_img, right_img, left_crop_rect, right_crop_rect,

Completed in 159 milliseconds