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
ConstructorsConstructorDescriptionScoreCalibrationGeometricDiversity
(boolean assumeZeroSkew, List<Point2D_F64> worldPoints) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addObservations
(CalibrationObservation observations) Adds information from the provided set of observationsvoid
Computes the score from all the found homographies
-
Constructor Details
-
ScoreCalibrationGeometricDiversity
-
-
Method Details
-
addObservations
Adds information from the provided set of observations -
computeScore
public void computeScore()Computes the score from all the found homographies
-