Click or drag to resize

NativeMethodsxfeatures2d_StarDetector_create Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus xfeatures2d_StarDetector_create(
	int maxSize,
	int responseThreshold,
	int lineThresholdProjected,
	int lineThresholdBinarized,
	int suppressNonmaxSize,
	out IntPtr returnValue
)

Parameters

maxSize
Type: SystemInt32

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

responseThreshold
Type: SystemInt32

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

lineThresholdProjected
Type: SystemInt32

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

lineThresholdBinarized
Type: SystemInt32

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

suppressNonmaxSize
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also