EWorldShape::SetSensorSize

Sets the logical image size, i.e. the number of pixels horizontally and vertically.

Namespace: Euresys::Open_eVision

[C++]

void SetSensorSize(
   int width,
   int height
)

Parameters

width

Full image logical sizes, in pixels.

height

Full image logical sizes, in pixels.

EWorldShape.SetSensorSize

Sets the logical image size, i.e. the number of pixels horizontally and vertically.

Namespace: Euresys.Open_eVision

[C#]

void SetSensorSize(
   int width,
   int height
)

Parameters

width

Full image logical sizes, in pixels.

height

Full image logical sizes, in pixels.