C# 클래스 SetVision.Vision.FeatureCardDetector

상속: ICardDetector
파일 보기 프로젝트 열기: LoyVanBeek/SetVision

공개 메소드들

메소드 설명
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