EWorldShape::GetCenter

EWorldShape::SetCenter

Position of the origin point of the reference frame as projected onto the image, i.e. the Sensor position of the point at World coordinates (0,0).

Namespace: Euresys::Open_eVision

[C++]

EPoint GetCenter() const

void SetCenter(const EPoint& center)

EWorldShape.Center

Position of the origin point of the reference frame as projected onto the image, i.e. the Sensor position of the point at World coordinates (0,0).

Namespace: Euresys.Open_eVision

[C#]

EPoint Center

{ get; set; }

EWorldShape.Center

Position of the origin point of the reference frame as projected onto the image, i.e. the Sensor position of the point at World coordinates (0,0).

Module: open_evision

[Python]

Center: EPoint

{get; set}