EInterestPointLocator::GetObjectSize

EInterestPointLocator::SetObjectSize

Specify the size of predicted objects when only the position is predicted. This parameter is only used to prepare the predicted objects for drawing.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int GetObjectSize() const

void SetObjectSize(int objectSize)

EInterestPointLocator.ObjectSize

Specify the size of predicted objects when only the position is predicted. This parameter is only used to prepare the predicted objects for drawing.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int ObjectSize

{ get; set; }