C# Класс SetVision.Vision.FeatureCardDetector

Наследование: ICardDetector
Показать файл Открыть проект

Открытые методы

Метод Описание
LocateCards ( byte>.Image table, Settings settings ) : Point>.Dictionary
Run ( int hessianTresh, bool extended, int neighbours, int emax, double uniquenessThreshold, double scaleIncrement, int rotBins, bool show ) : Byte>.Image

Описание методов

LocateCards() публичный Метод

public LocateCards ( byte>.Image table, Settings settings ) : Point>.Dictionary
table byte>.Image
settings Settings
Результат Point>.Dictionary

Run() публичный Метод

public Run ( int hessianTresh, bool extended, int neighbours, int emax, double uniquenessThreshold, double scaleIncrement, int rotBins, bool show ) : Byte>.Image
hessianTresh int
extended bool
neighbours int
emax int
uniquenessThreshold double
scaleIncrement double
rotBins int
show bool
Результат Byte>.Image