Method RemoveDuplicated
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
RemoveDuplicated(IEnumerable<KeyPoint>)
Remove duplicated keypoints.
public static KeyPoint[] RemoveDuplicated(IEnumerable<KeyPoint> keypoints)
Parameters
keypointsIEnumerable<KeyPoint>
Returns
- KeyPoint[]