Class ImageResults

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

public class ImageResults extends Object
Statistics on how accurately the found model fit each image during calibration.
  • Field Details

    • meanError

      public double meanError
    • maxError

      public double maxError
    • biasX

      public double biasX
    • biasY

      public double biasY
    • pointError

      public double[] pointError
    • residuals

      public double[] residuals
  • Constructor Details

    • ImageResults

      public ImageResults(int numPoints)