Searched refs:matched_features (Results 1 – 2 of 2) sorted by relevance
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ccalib/src/ |
H A D | ccalib.cpp | 270 bool CustomPattern::findPatternPass(const Mat& image, vector<Point2f>& matched_features, vector<Poi… in findPatternPass() argument 275 matched_features.clear(); in findPatternPass() 297 matched_features.push_back(f_keypoints[dm.queryIdx].pt); in findPatternPass() 306 H = findHomography(obj_points, matched_features, RANSAC, proj_error, h_mask); in findPatternPass() 318 deleteStdVecElem(matched_features, i); in findPatternPass() 326 check_matches(matched_features, obj_points, good_matches, pattern_points, H); in findPatternPass() 351 deleteStdVecElem(matched_features, i); in findPatternPass() 371 bool CustomPattern::findPattern(InputArray image, OutputArray matched_features, OutputArray pattern… in findPattern() argument 399 Mat(m_ftrs).copyTo(matched_features); in findPattern()
|
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ccalib/include/opencv2/ |
H A D | ccalib.hpp | 68 …bool findPattern(InputArray image, OutputArray matched_features, OutputArray pattern_points, const… 141 …bool findPatternPass(const Mat& image, std::vector<Point2f>& matched_features, std::vector<Point3f…
|