1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #8820 from woodychow:multithread_sift_findScaleSpaceExtrema

This commit is contained in:
Vadim Pisarevsky
2017-09-20 12:03:24 +00:00
2 changed files with 44 additions and 0 deletions
@@ -117,6 +117,10 @@ public:
* Remove duplicated keypoints.
*/
static void removeDuplicated( std::vector<KeyPoint>& keypoints );
/*
* Remove duplicated keypoints and sort the remaining keypoints
*/
static void removeDuplicatedSorted( std::vector<KeyPoint>& keypoints );
/*
* Retain the specified number of the best keypoints (according to the response)