Gocator API
|
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
cal | GoGeoCal object. |
cameraIndex | Camera index. |