HomeSort by relevance Sort by last modified time
    Searched refs:left_img (Results 1 - 2 of 2) sorted by null

  /external/libxcam/modules/ocl/
cv_feature_match.cpp 226 cv::_InputArray left_img, right_img; local
233 left_img = cv::_InputArray (left_umat);
239 left_img = cv::_InputArray (left_mat);
243 detect_and_match (left_img, right_img, left_crop_rect, right_crop_rect,
  /external/libxcam/modules/soft/
cv_capi_feature_match.cpp 231 CvMat left_img, right_img; local
233 if (!get_crop_image (left_buf, left_crop_rect, _left_crop_image, left_img)
237 detect_and_match ((CvArr*)(&left_img), (CvArr*)(&right_img), left_crop_rect, right_crop_rect,

Completed in 200 milliseconds