Package boofcv.abst.geo.calibration
Class ImageResults
java.lang.Object
boofcv.abst.geo.calibration.ImageResults
Statistics on how accurately the found model fit each image during calibration.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
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)
-