Click or drag to resize

KeyPointsFilterRunByKeypointSize Method

Remove keypoints of sizes out of range.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static KeyPoint[] RunByKeypointSize(
	IEnumerable<KeyPoint> keypoints,
	float minSize,
	float maxSize = 3.402823E+38f
)

Parameters

keypoints
Type: System.Collections.GenericIEnumerableKeyPoint
minSize
Type: SystemSingle
maxSize (Optional)
Type: SystemSingle

Return Value

Type: KeyPoint
See Also