ELocatorObject::ELocatorObject

Constructs a ELocatorObject.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void ELocatorObject(
)

void ELocatorObject(
   float posX,
   float posY,
   const std::string& label
)

void ELocatorObject(
   float orgX,
   float orgY,
   float width,
   float height,
   const std::string& label
)

void ELocatorObject(
   const ELocatorObject& other
)

Parameters

posX

X position of the object

posY

Y position of the object

label

Label of the object

orgX

X origin of the object

orgY

Y origin of the object

width

Width of the object

height

Height of the object

other

Reference to the ELocatorObject object that should be copied

ELocatorObject.ELocatorObject

Constructs a ELocatorObject.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void ELocatorObject(
)

void ELocatorObject(
   float posX,
   float posY,
   string label
)

void ELocatorObject(
   float orgX,
   float orgY,
   float width,
   float height,
   string label
)

void ELocatorObject(
   Euresys.Open_eVision.EasyDeepLearning.ELocatorObject other
)

Parameters

posX

X position of the object

posY

Y position of the object

label

Label of the object

orgX

X origin of the object

orgY

Y origin of the object

width

Width of the object

height

Height of the object

other

Reference to the ELocatorObject object that should be copied