Package boofcv.abst.geo.calibration
Class CalibrationQuality
java.lang.Object
boofcv.abst.geo.calibration.CalibrationQuality
Provides information on how good calibration images are and the calibration results can be trusted.
Many of these metrics are based on general "rules of thumb". For example, getting observations close to the
image border will in general result in better calibration as that's where the most distortion is.
-
Field Summary
Modifier and TypeFieldDescriptiondouble
How well the image border has been observed.double
Indicates how much geometric diversity there is.double
How well the inner image has been observed. -
Constructor Summary
-
Method Summary
-
Field Details
-
borderFill
public double borderFillHow well the image border has been observed. 0 to 1. 1 = best -
innerFill
public double innerFillHow well the inner image has been observed. 0 to 1. 1 = best -
geometric
public double geometricIndicates how much geometric diversity there is. Higher the better
-
-
Constructor Details
-
CalibrationQuality
public CalibrationQuality()
-
-
Method Details
-
reset
public void reset()
-