CvStarDetectorParams Constructor (Int32, Int32, Int32, Int32) OpenCvSharp Class Library
Constructor

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

public CvStarDetectorParams(
	int maxSize,
	int responseThreshold,
	int lineThresholdProjected,
	int lineThresholdBinarized
)

Parameters

maxSize
Type: SystemInt32

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

responseThreshold
Type: SystemInt32

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

lineThresholdProjected
Type: SystemInt32

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

lineThresholdBinarized
Type: SystemInt32

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

See Also

Reference