Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.cpp304 const ImageCropInfo &left_img_crop = _crop_info[idx]; in estimate_overlap() local
331 valid_left_img.width = left.width - left_img_crop.right - valid_left_img.pos_x; in estimate_overlap()
332 valid_left_img.pos_y = left_img_crop.top; in estimate_overlap()
333 valid_left_img.height = left.height - left_img_crop.top - left_img_crop.bottom; 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);