Searched refs:detect_and_match (Results 1 – 4 of 4) sorted by relevance
/external/libxcam/modules/soft/ |
D | cv_capi_feature_match.h | 70 void detect_and_match (CvArr* img_left, CvArr* img_right, Rect &crop_left, Rect &crop_right,
|
D | cv_capi_feature_match.cpp | 180 CVCapiFeatureMatch::detect_and_match ( in detect_and_match() function in XCam::CVCapiFeatureMatch 237 detect_and_match ((CvArr*)(&left_img), (CvArr*)(&right_img), left_crop_rect, right_crop_rect, in optical_flow_feature_match()
|
/external/libxcam/modules/ocl/ |
D | cv_feature_match.h | 69 …void detect_and_match (cv::InputArray img_left, cv::InputArray img_right, Rect &crop_left, Rect &c…
|
D | cv_feature_match.cpp | 182 CVFeatureMatch::detect_and_match ( in detect_and_match() function in XCam::CVFeatureMatch 243 detect_and_match (left_img, right_img, left_crop_rect, right_crop_rect, in optical_flow_feature_match()
|