C# 클래스 SetVision.Learning.BgrClassifier

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

공개 메소드들

메소드 설명
BgrClassifier ( ) : System
Classify ( Bgr value ) : CardColor
Test ( ) : void

비공개 메소드들

메소드 설명
Classify_Vision ( Bgr value ) : VisionColor
TrainCsv ( ) : string>>.IEnumerable
TrainDirectories ( ) : int>>.IEnumerable
TrainDirectories_String ( ) : string>>.IEnumerable
fileNameToColors ( string filename, Bgr &bgr, Hsv &hsv ) : void

메소드 상세

BgrClassifier() 공개 메소드

public BgrClassifier ( ) : System
리턴 System

Classify() 공개 메소드

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

Test() 공개 정적인 메소드

public static Test ( ) : void
리턴 void