Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SetVision
Learning
BgrHsvClassifier
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