Table of Contents

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

keypoints IEnumerable<KeyPoint>
minSize float
maxSize float

Returns

KeyPoint[]