Home
last modified time | relevance | path

Searched defs:matches1to2 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Ddraw.cpp208 const std::vector<DMatch>& matches1to2, InputOutputArray outImg, in drawMatches()
222 const std::vector<DMatch>& matches1to2, InputOutputArray outImg, in drawMatches()
251 void drawMatches( InputArray img1, const std::vector<KeyPoint>& keypoints1, in drawMatches()
H A Devaluation.cpp497 void cv::computeRecallPrecisionCurve( const std::vector<std::vector<DMatch> >& matches1to2, in computeRecallPrecisionCurve()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dlogos.cpp12 … const std::vector<int>& nn1, const std::vector<int>& nn2, std::vector<DMatch>& matches1to2) in matchLOGOS()
H A Dgms.cpp445const vector<DMatch>& matches1to2, vector<DMatch>& matchesGMS, const bool withRotation, const bool… in matchGMS()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/line_descriptor/src/
H A Ddraw.cpp50const std::vector<DMatch>& matches1to2, Mat& outImg, const Scalar& matchColor, const Scalar& singl… in drawLineMatches()