Searched refs:get_crop_image (Results 1 – 4 of 4) sorted by relevance
/external/libxcam/modules/soft/ |
D | cv_capi_feature_match.cpp | 44 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()
|
D | cv_capi_feature_match.h | 56 bool get_crop_image (const SmartPtr<VideoBuffer> &buffer, const Rect &crop_rect,
|
/external/libxcam/modules/ocl/ |
D | cv_feature_match.cpp | 44 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()
|
D | cv_feature_match.h | 56 bool get_crop_image (const SmartPtr<VideoBuffer> &buffer, const Rect &crop_rect, cv::UMat &img);
|