C# 클래스 SetVision.Learning.BgrHsvClassifier

파일 보기 프로젝트 열기: LoyVanBeek/SetVision 1 사용 예제들

공개 메소드들

메소드 설명
Classify ( Bgr bgr ) : CardColor
Classify ( Hsv hsv ) : CardColor
Train ( ) : void

비공개 메소드들

메소드 설명
GenerateTrainPairs ( ) : CardColor>>.IEnumerable
fileNameToColors ( string filename, Bgr &bgr, Hsv &hsv ) : void

메소드 상세

Classify() 공개 메소드

public Classify ( Bgr bgr ) : CardColor
bgr Bgr
리턴 CardColor

Classify() 공개 메소드

public Classify ( Hsv hsv ) : CardColor
hsv Hsv
리턴 CardColor

Train() 공개 메소드

public Train ( ) : void
리턴 void