Method RetainBest
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
RetainBest(IEnumerable<KeyPoint>, int)
Retain the specified number of the best keypoints (according to the response)
public static KeyPoint[] RetainBest(IEnumerable<KeyPoint> keypoints, int nPoints)
Parameters
keypointsIEnumerable<KeyPoint>nPointsint
Returns
- KeyPoint[]