ELocatorBase::GetCapacity

ELocatorBase::SetCapacity

Capacity of the ELocatorBase.
A higher capacity makes the supervised segmenter capable of learning more information at the cost of a slower processing speed.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

Euresys::Open_eVision::EasyDeepLearning::ELocatorCapacity GetCapacity() const

void SetCapacity(Euresys::Open_eVision::EasyDeepLearning::ELocatorCapacity capacity)

ELocatorBase.Capacity

Capacity of the ELocatorBase.
A higher capacity makes the supervised segmenter capable of learning more information at the cost of a slower processing speed.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EasyDeepLearning.ELocatorCapacity Capacity

{ get; set; }