C# Class Emgu.CV.Structure.MCvStarDetectorParams

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Свойство Type Description
LineThresholdBinarized int
LineThresholdProjected int
MaxSize int
ResponseThreshold int
SuppressNonmaxSize int

Property Details

LineThresholdBinarized public_oe property

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

LineThresholdProjected public_oe property

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

MaxSize public_oe 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
Résultat int

ResponseThreshold public_oe property

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

SuppressNonmaxSize public_oe property

public int SuppressNonmaxSize
Résultat int