ELocatorBase::GetChannels

ELocatorBase::SetChannels

Number of channels of input images. It can either be 1 for grayscale images or 3 for color images.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT32 GetChannels() const

void SetChannels(OEV_UINT32 channels)

Remarks

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

ELocatorBase.Channels

Number of channels of input images. It can either be 1 for grayscale images or 3 for color images.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint Channels

{ get; set; }

Remarks

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