Method RunByKeypointSize
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
RunByKeypointSize(IEnumerable<KeyPoint>, float, float)
Remove keypoints of sizes out of range.
public static KeyPoint[] RunByKeypointSize(IEnumerable<KeyPoint> keypoints, float minSize, float maxSize = 3.4028235E+38)
Parameters
keypointsIEnumerable<KeyPoint>minSizefloatmaxSizefloat
Returns
- KeyPoint[]