Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.cpp305 const ImageCropInfo &right_img_crop = _crop_info[next_idx]; in estimate_overlap() local
335 valid_right_img.width = right_center.slice_center_x - right_img_crop.left; in estimate_overlap()
337 valid_right_img.pos_y = right_img_crop.top; in estimate_overlap()
338 valid_right_img.height = right.height - right_img_crop.top - right_img_crop.bottom; in estimate_overlap()
360 …XCAM_ASSERT (right_img_overlap.pos_x >= (int32_t)right_img_crop.left && right_img_overlap.pos_x < … in estimate_overlap()
/external/libxcam/modules/soft/
Dcv_capi_feature_match.h46 Rect &left_img_crop, Rect &right_img_crop, int dst_width);
/external/libxcam/modules/ocl/
Dcv_feature_match.h46 Rect &left_img_crop, Rect &right_img_crop, int dst_width);