KeyPointsFilter Class |
Namespace: OpenCvSharp
The KeyPointsFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| RemoveDuplicated |
Remove duplicated keypoints.
| |
| RetainBest |
Retain the specified number of the best keypoints (according to the response)
| |
| RunByImageBorder |
Remove keypoints within borderPixels of an image edge.
| |
| RunByKeypointSize |
Remove keypoints of sizes out of range.
| |
| RunByPixelsMask |
Remove keypoints from some image by mask for pixels of this image.
|