EWorldShape::GetFieldHeight

Field-of-view height, in physical units.

Namespace: Euresys::Open_eVision

[C++]

float GetFieldHeight() const

Remarks

Field size not matching the sensor size results in non-square pixels. Pixels having non-square aspect ratioBeware there is a restriction pertaining to the allowed image anisotropy. The resulting pixels aspect ratio (XResolution/YResolution) should be in the range [-4/3, -3/4] (or [3/4, 4/3]), otherwise the calibration process could fail.

EWorldShape.FieldHeight

Field-of-view height, in physical units.

Namespace: Euresys.Open_eVision

[C#]

float FieldHeight

{ get; }

Remarks

Field size not matching the sensor size results in non-square pixels. Pixels having non-square aspect ratioBeware there is a restriction pertaining to the allowed image anisotropy. The resulting pixels aspect ratio (XResolution/YResolution) should be in the range [-4/3, -3/4] (or [3/4, 4/3]), otherwise the calibration process could fail.