C# Class Emgu.CV.Structure.MCvStarDetectorParams

Show file Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
LineThresholdBinarized int
LineThresholdProjected int
MaxSize int
ResponseThreshold int
SuppressNonmaxSize int

Property Details

LineThresholdBinarized public property

Another threshold for the feature size to eliminate edges. The larger the threshold, the more points you get.
public int LineThresholdBinarized
return int

LineThresholdProjected public property

Another threshold for the laplacian to eliminate edges. The larger the threshold, the more points you get.
public int LineThresholdProjected
return int

MaxSize public property

Maximum 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
public int MaxSize
return int

ResponseThreshold public property

Threshold for the approximated laplacian, used to eliminate weak features. The larger it is, the less features will be retrieved
public int ResponseThreshold
return int

SuppressNonmaxSize public property

public int SuppressNonmaxSize
return int