Lines Matching refs:KeyPoint
106 … static void runByImageBorder( std::vector<KeyPoint>& keypoints, Size imageSize, int borderSize );
110 static void runByKeypointSize( std::vector<KeyPoint>& keypoints, float minSize,
115 static void runByPixelsMask( std::vector<KeyPoint>& keypoints, const Mat& mask );
119 static void removeDuplicated( std::vector<KeyPoint>& keypoints );
124 static void retainBest( std::vector<KeyPoint>& keypoints, int npoints );
146 CV_OUT std::vector<KeyPoint>& keypoints,
157 std::vector<std::vector<KeyPoint> >& keypoints,
172 CV_OUT CV_IN_OUT std::vector<KeyPoint>& keypoints,
186 std::vector<std::vector<KeyPoint> >& keypoints,
191 CV_OUT std::vector<KeyPoint>& keypoints,
357 CV_EXPORTS void FAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
378 CV_EXPORTS void FAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
412 CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
430 CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
1079 CV_EXPORTS_W void drawKeypoints( InputArray image, const std::vector<KeyPoint>& keypoints, InputOut…
1104 CV_EXPORTS_W void drawMatches( InputArray img1, const std::vector<KeyPoint>& keypoints1,
1105 InputArray img2, const std::vector<KeyPoint>& keypoints2,
1111 CV_EXPORTS_AS(drawMatchesKnn) void drawMatches( InputArray img1, const std::vector<KeyPoint>& keypo…
1112 InputArray img2, const std::vector<KeyPoint>& keypoints2,
1124 … std::vector<KeyPoint>* keypoints1, std::vector<KeyPoint>* keypoints2,
1263 void compute( InputArray image, std::vector<KeyPoint>& keypoints, OutputArray imgDescriptor,
1276 …CV_WRAP_AS(compute) void compute2( const Mat& image, std::vector<KeyPoint>& keypoints, CV_OUT Mat&… in CV_WRAP_AS()