#include <features2d.hpp>
Public Member Functions | |
| KeyPointsFilter () | |
Static Public Member Functions | |
| static void | runByImageBorder (vector< KeyPoint > &keypoints, Size imageSize, int borderSize) |
| static void | runByKeypointSize (vector< KeyPoint > &keypoints, float minSize, float maxSize=FLT_MAX) |
| static void | runByPixelsMask (vector< KeyPoint > &keypoints, const Mat &mask) |
| static void | removeDuplicated (vector< KeyPoint > &keypoints) |
| static void | retainBest (vector< KeyPoint > &keypoints, int npoints) |
| static void cv::KeyPointsFilter::runByImageBorder | ( | vector< KeyPoint > & | keypoints, |
| Size | imageSize, | ||
| int | borderSize | ||
| ) | [static] |
| static void cv::KeyPointsFilter::runByKeypointSize | ( | vector< KeyPoint > & | keypoints, |
| float | minSize, | ||
| float | maxSize = FLT_MAX |
||
| ) | [static] |
| static void cv::KeyPointsFilter::runByPixelsMask | ( | vector< KeyPoint > & | keypoints, |
| const Mat & | mask | ||
| ) | [static] |
| static void cv::KeyPointsFilter::removeDuplicated | ( | vector< KeyPoint > & | keypoints | ) | [static] |
| static void cv::KeyPointsFilter::retainBest | ( | vector< KeyPoint > & | keypoints, |
| int | npoints | ||
| ) | [static] |