EWorldShape::GetFieldWidth

Field-of-view width, in physical units.

Namespace: Euresys::Open_eVision

[C++]

float GetFieldWidth() 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.FieldWidth

Field-of-view width, in physical units.

Namespace: Euresys.Open_eVision

[C#]

float FieldWidth

{ 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.