Click or drag to resize

NativeMethodsfeatures2d_KeyPointsFilter_runByKeypointSize Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.features2d_KeyPointsFilter_runByKeypointSize(System.IntPtr,System.Single,System.Single)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_KeyPointsFilter_runByKeypointSize(
	IntPtr keypoints,
	float minSize,
	float maxSize
)

Parameters

keypoints
Type: SystemIntPtr

[Missing <param name="keypoints"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_KeyPointsFilter_runByKeypointSize(System.IntPtr,System.Single,System.Single)"]

minSize
Type: SystemSingle

[Missing <param name="minSize"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_KeyPointsFilter_runByKeypointSize(System.IntPtr,System.Single,System.Single)"]

maxSize
Type: SystemSingle

[Missing <param name="maxSize"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_KeyPointsFilter_runByKeypointSize(System.IntPtr,System.Single,System.Single)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.features2d_KeyPointsFilter_runByKeypointSize(System.IntPtr,System.Single,System.Single)"]

See Also