Click or drag to resize
VectorOfKeyPointFilterByKeypointSize Method
http://www.emgu.com
Remove keypoints of sizes out of range.

Namespace: Emgu.CV.Util
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void FilterByKeypointSize(
	float minSize,
	float maxSize
)

Parameters

minSize
Type: SystemSingle
Minimum size
maxSize
Type: SystemSingle
Maximum size
See Also