C# Class SetVision.Learning.BgrHsvClassifier

Mostra file Open project: LoyVanBeek/SetVision Class Usage Examples

Public Methods

Method Description
Classify ( Bgr bgr ) : CardColor
Classify ( Hsv hsv ) : CardColor
Train ( ) : void

Private Methods

Method Description
GenerateTrainPairs ( ) : CardColor>>.IEnumerable
fileNameToColors ( string filename, Bgr &bgr, Hsv &hsv ) : void

Method Details

Classify() public method

public Classify ( Bgr bgr ) : CardColor
bgr Bgr
return CardColor

Classify() public method

public Classify ( Hsv hsv ) : CardColor
hsv Hsv
return CardColor

Train() public method

public Train ( ) : void
return void