Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
kArray1 GoGeoCal_YCenterFit ( GoGeoCal  cal,
kSize  cameraIndex 
)

Gets Y center to Z fit.

The world Y center (mm) of an imager varies with the range if any pitch is present. It also represents the distance from the sensor reference 0 plane (usually mid-sensor). The fit is stored as polynomial coefficients. The Y center at a given Z range (mm) can be determined by:

  Y center = coefficients[0] + coefficients[1]*Z + ... + coefficients[N]*Z^N
Version
Introduced in firmware 4.7.0.130
Parameters
calGoGeoCal object.
cameraIndexCamera index. kERROR_PARAMETER if invalid.
Returns
Array of Y center to Z fit coefficients. Type: k64f.