HomeSort by relevance Sort by last modified time
    Searched refs:right_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
234 right_img = cv::_InputArray (right_umat);
240 right_img = cv::_InputArray (right_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
234 || !get_crop_image (right_buf, right_crop_rect, _right_crop_image, right_img))
237 detect_and_match ((CvArr*)(&left_img), (CvArr*)(&right_img), left_crop_rect, right_crop_rect,

Completed in 62 milliseconds