EClassifier::GetChannels

EClassifier::SetChannels

Number of channels for input images of the classifier. The number of channels can be either 1 (monochrome image) or 3 (RGB image). By default, this value will be set from the format of the first image added to the training dataset.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT32 GetChannels() const

void SetChannels(OEV_UINT32 channel)

Remarks

If the classifier is not trained or the value was not explicitely set, its value will be 0.

EClassifier.Channels

Number of channels for input images of the classifier. The number of channels can be either 1 (monochrome image) or 3 (RGB image). By default, this value will be set from the format of the first image added to the training dataset.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint Channels

{ get; set; }

Remarks

If the classifier is not trained or the value was not explicitely set, its value will be 0.