Package boofcv.alg.geo.calibration
Class ScoreCalibrationGeometricDiversity
java.lang.Object
boofcv.alg.geo.calibration.ScoreCalibrationGeometricDiversity
Estimates if there is enough geometry diversity to compute an initial estimate of the camera calibration parameters
by computing a linear estimate and looking at its singular values. There should only be one null space.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addObservation
(List<PointIndex2D_F64> observation, List<Point2D_F64> layout) Adds information from the provided set of observationsvoid
Computes the score from all the found homographies
-
Constructor Details
-
ScoreCalibrationGeometricDiversity
public ScoreCalibrationGeometricDiversity(boolean assumeZeroSkew)
-
-
Method Details
-
addObservation
Adds information from the provided set of observations- Parameters:
observation
- Observation of calibration targetlayout
- The layout of the calibration target
-
computeScore
public void computeScore()Computes the score from all the found homographies
-