ELocatorObject::GetRectangleRegion

ELocatorObject::SetRectangleRegion

Rectangle region for the object. The region must be axis-aligned.
When the object has not the ELocatorFeature_Size feature, the width and height of the rectangle are equal to ELocatorObject property.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

ERectangleRegion GetRectangleRegion() const

void SetRectangleRegion(const ERectangleRegion& region)

ELocatorObject.RectangleRegion

Rectangle region for the object. The region must be axis-aligned.
When the object has not the ELocatorFeature_Size feature, the width and height of the rectangle are equal to ELocatorObject property.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.ERectangleRegion RectangleRegion

{ get; set; }