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

  /external/libxcam/modules/ocl/
cv_feature_match.cpp 81 cv::InputOutputArray debug_img, cv::Size &img0_size)
91 cv::circle (debug_img, start, 4, cv::Scalar(255), XCAM_CV_OF_DRAW_SCALE);
107 cv::line (debug_img, start, end, cv::Scalar(255), XCAM_CV_OF_DRAW_SCALE);
109 XCAM_UNUSED (debug_img);
122 cv::_InputOutputArray debug_img; local
135 debug_img = cv::_InputOutputArray (umat);
139 umat.copyTo (debug_img);
142 debug_img = cv::_InputOutputArray (mat);
146 mat.copyTo (debug_img);
150 cv::resize (debug_img, debug_img, scale_size, 0, 0)
    [all...]
cv_feature_match.h 62 cv::InputOutputArray debug_img, cv::Size &img0_size);

Completed in 53 milliseconds