Class StarDetector
The "Star" Detector
Implements
Inherited Members
Namespace: OpenCvSharp.XFeatures2D
Assembly: OpenCvSharp.dll
Syntax
public class StarDetector : Feature2D, ICvPtrHolder
Methods
| Improve this Doc View SourceCreate(Int32, Int32, Int32, Int32, Int32)
Constructor
Declaration
public static StarDetector Create(int maxSize = 45, int responseThreshold = 30, int lineThresholdProjected = 10, int lineThresholdBinarized = 8, int suppressNonmaxSize = 5)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxSize | |
System.Int32 | responseThreshold | |
System.Int32 | lineThresholdProjected | |
System.Int32 | lineThresholdBinarized | |
System.Int32 | suppressNonmaxSize |
Returns
Type | Description |
---|---|
StarDetector |
DisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()