C# Класс Emgu.CV.Structure.MCvStarDetectorParams

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
LineThresholdBinarized int
LineThresholdProjected int
MaxSize int
ResponseThreshold int
SuppressNonmaxSize int

Описание свойств

LineThresholdBinarized публичное свойство

Another threshold for the feature size to eliminate edges. The larger the threshold, the more points you get.
public int LineThresholdBinarized
Результат int

LineThresholdProjected публичное свойство

Another threshold for the laplacian to eliminate edges. The larger the threshold, the more points you get.
public int LineThresholdProjected
Результат int

MaxSize публичное свойство

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
Результат int

ResponseThreshold публичное свойство

Threshold for the approximated laplacian, used to eliminate weak features. The larger it is, the less features will be retrieved
public int ResponseThreshold
Результат int

SuppressNonmaxSize публичное свойство

public int SuppressNonmaxSize
Результат int