C# Class SetVision.Vision.FeatureCardDetector

Inheritance: ICardDetector
Show file Open project: LoyVanBeek/SetVision

Public Methods

Method Description
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

Method Details

LocateCards() public method

public LocateCards ( byte>.Image table, Settings settings ) : Point>.Dictionary
table byte>.Image
settings Settings
return Point>.Dictionary

Run() public method

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
return Byte>.Image