Constructor
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static CvStarDetectorParams StarDetectorParams( int maxSize, int responseThreshold, int lineThresholdProjected )
Parameters
- maxSize
- Type: SystemInt32
[Missing <param name="maxSize"/> documentation for "M:OpenCvSharp.Cv.StarDetectorParams(System.Int32,System.Int32,System.Int32)"]
- responseThreshold
- Type: SystemInt32
[Missing <param name="responseThreshold"/> documentation for "M:OpenCvSharp.Cv.StarDetectorParams(System.Int32,System.Int32,System.Int32)"]
- lineThresholdProjected
- Type: SystemInt32
[Missing <param name="lineThresholdProjected"/> documentation for "M:OpenCvSharp.Cv.StarDetectorParams(System.Int32,System.Int32,System.Int32)"]
Return Value
Type: CvStarDetectorParams[Missing <returns> documentation for "M:OpenCvSharp.Cv.StarDetectorParams(System.Int32,System.Int32,System.Int32)"]
See Also