Class StarDetector
- Namespace
- Emgu.CV.XFeatures2D
- Assembly
- Emgu.CV.dll
StarDetector
public class StarDetector : Feature2D, IDisposable, IAlgorithm
- Inheritance
-
StarDetector
- Implements
- Inherited Members
- Extension Methods
Constructors
StarDetector(int, int, int, int, int)
Create a star detector with the specific parameters
public StarDetector(int maxSize = 45, int responseThreshold = 30, int lineThresholdProjected = 10, int lineThresholdBinarized = 8, int suppressNonmaxSize = 5)
Parameters
maxSize
intMaximum size of the features. The following values of the parameter are supported: 4, 6, 8, 11, 12, 16, 22, 23, 32, 45, 46, 64, 90, 128
responseThreshold
intThreshold for the approximated laplacian, used to eliminate weak features. The larger it is, the less features will be retrieved
lineThresholdProjected
intAnother threshold for the laplacian to eliminate edges. The larger the threshold, the more points you get.
lineThresholdBinarized
intAnother threshold for the feature size to eliminate edges. The larger the threshold, the more points you get.
suppressNonmaxSize
intSuppress Nonmax Size
Methods
DisposeObject()
Release the unmanaged memory associated with this detector.
protected override void DisposeObject()