Home
last modified time | relevance | path

Searched refs:refineKeypointsPos (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ccalib/src/
H A Dccalib.cpp109 refineKeypointsPos(img_roi, keypoints); in init()
228 void CustomPattern::refineKeypointsPos(const Mat& img, vector<KeyPoint>& kp) in refineKeypointsPos() function in cv::ccalib::CustomPattern
283 if (refine_position) refineKeypointsPos(image, f_keypoints); in findPatternPass()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ccalib/include/opencv2/
H A Dccalib.hpp150 void refineKeypointsPos(const Mat& img, std::vector<KeyPoint>& kp);