Home
last modified time | relevance | path

Searched refs:detect_and_match (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/soft/
Dcv_capi_feature_match.h70 void detect_and_match (CvArr* img_left, CvArr* img_right, Rect &crop_left, Rect &crop_right,
Dcv_capi_feature_match.cpp180 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/
Dcv_feature_match.h69 …void detect_and_match (cv::InputArray img_left, cv::InputArray img_right, Rect &crop_left, Rect &c…
Dcv_feature_match.cpp182 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()