Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp44 CVCapiFeatureMatch::get_crop_image ( in get_crop_image() function in XCam::CVCapiFeatureMatch
233 if (!get_crop_image (left_buf, left_crop_rect, _left_crop_image, left_img) in optical_flow_feature_match()
234 || !get_crop_image (right_buf, right_crop_rect, _right_crop_image, right_img)) in optical_flow_feature_match()
Dcv_capi_feature_match.h56 bool get_crop_image (const SmartPtr<VideoBuffer> &buffer, const Rect &crop_rect,
/external/libxcam/modules/ocl/
Dcv_feature_match.cpp44 CVFeatureMatch::get_crop_image ( in get_crop_image() function in XCam::CVFeatureMatch
228 if (!get_crop_image (left_buf, left_crop_rect, left_umat) in optical_flow_feature_match()
229 || !get_crop_image (right_buf, right_crop_rect, right_umat)) in optical_flow_feature_match()
Dcv_feature_match.h56 bool get_crop_image (const SmartPtr<VideoBuffer> &buffer, const Rect &crop_rect, cv::UMat &img);