Class CalibrationQuality

java.lang.Object
boofcv.abst.geo.calibration.CalibrationQuality

public class CalibrationQuality extends Object
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 Details

    • borderFill

      public double borderFill
      How well the image border has been observed. 0 to 1. 1 = best
    • innerFill

      public double innerFill
      How well the inner image has been observed. 0 to 1. 1 = best
    • geometric

      public double geometric
      Indicates how much geometric diversity there is. Higher the better
  • Constructor Details

    • CalibrationQuality

      public CalibrationQuality()
  • Method Details

    • reset

      public void reset()