EClassifier::GetHeight

EClassifier::SetHeight

Height 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 GetHeight() const

void SetHeight(OEV_UINT32 height)

Remarks

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

EClassifier.Height

Height 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 Height

{ get; set; }

Remarks

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