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