Click or drag to resize

KeyPointsFilter Class

A class filters a vector of keypoints.
Inheritance Hierarchy
SystemObject
  OpenCvSharpKeyPointsFilter

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static class KeyPointsFilter

The KeyPointsFilter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRemoveDuplicated
Remove duplicated keypoints.
Public methodStatic memberRemoveDuplicatedSorted
Remove duplicated keypoints and sort the remaining keypoints
Public methodStatic memberRetainBest
Retain the specified number of the best keypoints (according to the response)
Public methodStatic memberRunByImageBorder
Remove keypoints within borderPixels of an image edge.
Public methodStatic memberRunByKeypointSize
Remove keypoints of sizes out of range.
Public methodStatic memberRunByPixelsMask
Remove keypoints from some image by mask for pixels of this image.
Top
See Also