EWorldShape::SetSize

Sets the frame size.

Namespace: Euresys::Open_eVision

[C++]

void SetSize(
   float sizeX,
   float sizeY
)

Parameters

sizeX

Frame X-axis length. The default value is 100.

sizeY

Frame Y-axis length. By default, both axes have the same length.

Remarks

By default, both frame axis value are set to 100, which means 100 pixels when the field of view is not calibrated and 100 "units" in case of a calibrated field of view.

EWorldShape.SetSize

Sets the frame size.

Namespace: Euresys.Open_eVision

[C#]

void SetSize(
   float sizeX,
   float sizeY
)

Parameters

sizeX

Frame X-axis length. The default value is 100.

sizeY

Frame Y-axis length. By default, both axes have the same length.

Remarks

By default, both frame axis value are set to 100, which means 100 pixels when the field of view is not calibrated and 100 "units" in case of a calibrated field of view.