StarDetector Constructor OpenCvSharp Class Library
Constructor

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

public StarDetector(
	int maxSize = 45,
	int responseThreshold = 30,
	int lineThresholdProjected = 10,
	int lineThresholdBinarized = 8,
	int suppressNonmaxSize = 5
)

Parameters

maxSize (Optional)
Type: SystemInt32

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

responseThreshold (Optional)
Type: SystemInt32

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

lineThresholdProjected (Optional)
Type: SystemInt32

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

lineThresholdBinarized (Optional)
Type: SystemInt32

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

suppressNonmaxSize (Optional)
Type: SystemInt32

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

See Also

Reference