Uses of Class
boofcv.abst.geo.calibration.ImageResults
Packages that use ImageResults
-
Uses of ImageResults in boofcv.abst.geo.calibration
Fields in boofcv.abst.geo.calibration with type parameters of type ImageResultsModifier and TypeFieldDescriptionprotected List<ImageResults>CalibrateMonoPlanar.errorsCalibrateMultiPlanar.CameraStatistics.residualsSummary statistics for residual errors in each imageMethods in boofcv.abst.geo.calibration that return types with arguments of type ImageResultsMethod parameters in boofcv.abst.geo.calibration with type arguments of type ImageResultsModifier and TypeMethodDescriptionstatic StringCalibrateMonoPlanar.computeQualityText(List<ImageResults> errors, List<String> imageNames, CalibrationQuality quality) Creates human-readable text with metrics that indicate calibration qualitystatic voidCalibrateMonoPlanar.printErrors(List<ImageResults> results, PrintStream out) Prints out error information to standard out -
Uses of ImageResults in boofcv.alg.geo.calibration
Methods in boofcv.alg.geo.calibration that return types with arguments of type ImageResults -
Uses of ImageResults in boofcv.gui.calibration
Fields in boofcv.gui.calibration declared as ImageResultsMethods in boofcv.gui.calibration with parameters of type ImageResultsModifier and TypeMethodDescriptionvoidDisplayCalibrationPanel.setResults(CalibrationObservation features, @Nullable ImageResults results, List<CalibrationObservation> allFeatures)