Click or drag to resize

KeyPointsFilterRunByKeypointSize Method

Remove keypoints of sizes out of range.

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

Parameters

keypoints
Type: System.Collections.GenericIEnumerableKeyPoint

[Missing <param name="keypoints"/> documentation for "M:OpenCvSharp.KeyPointsFilter.RunByKeypointSize(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint},System.Single,System.Single)"]

minSize
Type: SystemSingle

[Missing <param name="minSize"/> documentation for "M:OpenCvSharp.KeyPointsFilter.RunByKeypointSize(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint},System.Single,System.Single)"]

maxSize (Optional)
Type: SystemSingle

[Missing <param name="maxSize"/> documentation for "M:OpenCvSharp.KeyPointsFilter.RunByKeypointSize(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint},System.Single,System.Single)"]

Return Value

Type: KeyPoint

[Missing <returns> documentation for "M:OpenCvSharp.KeyPointsFilter.RunByKeypointSize(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint},System.Single,System.Single)"]

See Also