Click or drag to resize

NativeMethodsfeatures2d_GFTTDetector_setMaxFeatures Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_GFTTDetector_setMaxFeatures(
	IntPtr obj,
	int maxFeatures
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_GFTTDetector_setMaxFeatures(System.IntPtr,System.Int32)"]

maxFeatures
Type: SystemInt32

[Missing <param name="maxFeatures"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_GFTTDetector_setMaxFeatures(System.IntPtr,System.Int32)"]

Return Value

Type: ExceptionStatus

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

See Also