java.lang.Object
imagingbook.calibration.zhang.Calibrator.Parameters
- All Implemented Interfaces:
imagingbook.common.util.ParameterBundle<Calibrator>
- Enclosing class:
Calibrator
public static class Calibrator.Parameters
extends Object
implements imagingbook.common.util.ParameterBundle<Calibrator>
Inner class representing a set of parameters for instantiating new objects of type of
Calibrator.
Parameters can be specified by setting the associated public fields.-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanAssume that the camera has no skew (currently not used).booleanTurn on debugging output.intNumber of lens distortion coefficients (2 = simple polynomial model).booleanNormalize point coordinates for numerical stability inHomographyEstimator.booleanUse numeric (instead of analytic) calculation of the Jacobian inNonlinearOptimizer. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface imagingbook.common.util.ParameterBundle
getValidParameterFields, printToStream, printToString, validate
-
Field Details
-
normalizePointCoordinates
Normalize point coordinates for numerical stability inHomographyEstimator. -
assumeZeroSkew
Assume that the camera has no skew (currently not used). -
useNumericJacobian
Use numeric (instead of analytic) calculation of the Jacobian inNonlinearOptimizer. -
lensDistortionKoeffients
Number of lens distortion coefficients (2 = simple polynomial model). -
debug
Turn on debugging output.
-
-
Constructor Details
-
Parameters
public Parameters()
-