Home
last modified time | relevance | path

Searched refs:right_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
234 || !get_crop_image (right_buf, right_crop_rect, _right_crop_image, right_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()
253 debug_write_image (right_buf, right_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
229 || !get_crop_image (right_buf, right_crop_rect, right_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()
259 debug_write_image (right_buf, right_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;