ELocatorObject::SetOriginAndSize

Sets the position and size of an object using its top left origin, width, and height.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetOriginAndSize(
   float orgX,
   float orgY,
   float width,
   float height
)

Parameters

orgX

X origin of the object

orgY

Y origin of the object

width

Width of the object

height

Height of the object

ELocatorObject.SetOriginAndSize

Sets the position and size of an object using its top left origin, width, and height.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetOriginAndSize(
   float orgX,
   float orgY,
   float width,
   float height
)

Parameters

orgX

X origin of the object

orgY

Y origin of the object

width

Width of the object

height

Height of the object