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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user