EClassifier::GetWidth

EClassifier::SetWidth

Width for input images of the classifier. By default, this value will be set from the format of the first image of the dataset used for training.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT32 GetWidth() const

void SetWidth(OEV_UINT32 width)

Remarks

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

EClassifier.Width

Width for input images of the classifier. By default, this value will be set from the format of the first image of the dataset used for training.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint Width

{ get; set; }

Remarks

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