OpenCV
4.0.0
Open Source Computer Vision
|
This is the complete list of members for cv::KeyPointsFilter, including all inherited members.
KeyPointsFilter() | cv::KeyPointsFilter | inline |
removeDuplicated(std::vector< KeyPoint > &keypoints) | cv::KeyPointsFilter | static |
removeDuplicatedSorted(std::vector< KeyPoint > &keypoints) | cv::KeyPointsFilter | static |
retainBest(std::vector< KeyPoint > &keypoints, int npoints) | cv::KeyPointsFilter | static |
runByImageBorder(std::vector< KeyPoint > &keypoints, Size imageSize, int borderSize) | cv::KeyPointsFilter | static |
runByKeypointSize(std::vector< KeyPoint > &keypoints, float minSize, float maxSize=FLT_MAX) | cv::KeyPointsFilter | static |
runByPixelsMask(std::vector< KeyPoint > &keypoints, const Mat &mask) | cv::KeyPointsFilter | static |