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

Gets X center to Z fit.

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

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