Home
last modified time | relevance | path

Searched refs:left_crop_rect (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp229 Rect &left_crop_rect, Rect &right_crop_rect, int dst_width) in optical_flow_feature_match() argument
233 if (!get_crop_image (left_buf, left_crop_rect, _left_crop_image, left_img) in optical_flow_feature_match()
237 detect_and_match ((CvArr*)(&left_img), (CvArr*)(&right_img), left_crop_rect, right_crop_rect, in optical_flow_feature_match()
250 debug_write_image (left_buf, left_crop_rect, img_name, frame_str, fm_idx_str); in optical_flow_feature_match()
/external/libxcam/modules/ocl/
Dcv_feature_match.cpp222 Rect &left_crop_rect, Rect &right_crop_rect, int dst_width) in optical_flow_feature_match() argument
228 if (!get_crop_image (left_buf, left_crop_rect, left_umat) in optical_flow_feature_match()
243 detect_and_match (left_img, right_img, left_crop_rect, right_crop_rect, in optical_flow_feature_match()
256 debug_write_image (left_buf, left_crop_rect, img_name, frame_str, fm_idx_str); in optical_flow_feature_match()
/external/libxcam/xcore/interface/
Dfeature_match.h68 Rect &left_crop_rect, Rect &right_crop_rect, int dst_width) = 0;