GeometricEstimatorImplementations

giant.calibration.estimators.geometric:

class giant.calibration.estimators.geometric.GeometricEstimatorImplementations(*values)[source]

An enum specifying the available geometric camera model estimators implemented.

For a non-standard implementation, choose CUSTOM

ITERATIVE_NONLINEAR_LSTSQ = 1

Use the iterative nonlinear least squares estimator

LMA = 2

Use the Levenberg-Marquadt algorithm estimator

CUSTOM = 3

A custom implementation which implements the GeometricEstimator interface