EMatcher::GetPixelDimensions

Gets the physical pixel dimensions.

Namespace: Euresys::Open_eVision_2_11

[C++]

void GetPixelDimensions(
   float& width,
   float& height
)

Parameters

width

Width of a pixel.

height

Height of a pixel.

EMatcher.GetPixelDimensions

Gets the physical pixel dimensions.

Namespace: Euresys.Open_eVision_2_11

[C#]

void GetPixelDimensions(
   out float width,
   out float height
)

Parameters

width

Width of a pixel.

height

Height of a pixel.