NativeMethodsfeatures2d_StarDetector_new Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr features2d_StarDetector_new(
	int maxSize,
	int responseThreshold,
	int lineThresholdProjected,
	int lineThresholdBinarized,
	int suppressNonmaxSize
)

Parameters

maxSize
Type: SystemInt32

[Missing <param name="maxSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_StarDetector_new(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

responseThreshold
Type: SystemInt32

[Missing <param name="responseThreshold"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_StarDetector_new(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

lineThresholdProjected
Type: SystemInt32

[Missing <param name="lineThresholdProjected"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_StarDetector_new(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

lineThresholdBinarized
Type: SystemInt32

[Missing <param name="lineThresholdBinarized"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_StarDetector_new(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

suppressNonmaxSize
Type: SystemInt32

[Missing <param name="suppressNonmaxSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_StarDetector_new(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: IntPtr

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

See Also

Reference