EWorldShape::SetResolution

Sets the sensor resolution in pixels per unit in both directions.

Namespace: Euresys::Open_eVision

[C++]

void SetResolution(
   float resolutionX,
   float resolutionY
)

Parameters

resolutionX

Horizontal resolution in pixels per units

resolutionY

Vertical resolution in pixels per units. If not specified, same as horizontal resolution.

Remarks

By default, the pixels are square.

EWorldShape.SetResolution

Sets the sensor resolution in pixels per unit in both directions.

Namespace: Euresys.Open_eVision

[C#]

void SetResolution(
   float resolutionX,
   float resolutionY
)

Parameters

resolutionX

Horizontal resolution in pixels per units

resolutionY

Vertical resolution in pixels per units. If not specified, same as horizontal resolution.

Remarks

By default, the pixels are square.