- c - Variable in class boofcv.alg.geo.calibration.Zhang99ParamCamera
-
- CalibrateMonoPlanar - Class in boofcv.abst.geo.calibration
-
Performs the full processing loop for calibrating a mono camera from a planar grid.
- CalibrateMonoPlanar(DetectorFiducialCalibration) - Constructor for class boofcv.abst.geo.calibration.CalibrateMonoPlanar
-
High level configuration
- CalibrateStereoPlanar - Class in boofcv.abst.geo.calibration
-
Given a sequence of observations from a stereo camera compute the intrinsic calibration
of each camera and the extrinsic calibration between the two cameras.
- CalibrateStereoPlanar(DetectorFiducialCalibration) - Constructor for class boofcv.abst.geo.calibration.CalibrateStereoPlanar
-
Configures stereo calibration
- CalibrationObservation - Class in boofcv.alg.geo.calibration
-
List of observed features on a single calibration target from one image.
- CalibrationObservation() - Constructor for class boofcv.alg.geo.calibration.CalibrationObservation
-
- CalibrationPlanarGridZhang99 - Class in boofcv.alg.geo.calibration
-
Full implementation of the Zhang99 camera calibration algorithm using planar calibration targets.
- CalibrationPlanarGridZhang99(List<Point2D_F64>, boolean, int, boolean) - Constructor for class boofcv.alg.geo.calibration.CalibrationPlanarGridZhang99
-
Configures calibration process.
- CalibrationPlanarGridZhang99.Listener - Interface in boofcv.alg.geo.calibration
-
- computeErrors(List<CalibrationObservation>, Zhang99ParamAll, List<Point2D_F64>) - Static method in class boofcv.abst.geo.calibration.CalibrateMonoPlanar
-
After the parameters have been estimated this computes the error for each calibration point in
each image and summary error statistics.
- computeHomography(CalibrationObservation) - Method in class boofcv.alg.geo.calibration.Zhang99ComputeTargetHomography
-
Computes the homography from a list of detected grid points in the image.
- configure(boolean, int, boolean) - Method in class boofcv.abst.geo.calibration.CalibrateMonoPlanar
-
Specify calibration assumptions.
- configure(boolean, int, boolean) - Method in class boofcv.abst.geo.calibration.CalibrateStereoPlanar
-
Specify calibration assumptions.
- convertIntoZhangParam(List<Se3_F64>, DenseMatrix64F, boolean, double[], boolean) - Static method in class boofcv.alg.geo.calibration.CalibrationPlanarGridZhang99
-
- convertToIntrinsic() - Method in class boofcv.alg.geo.calibration.Zhang99ParamAll
-
Converts to a generalized class that specifies camera intrinsic parameters
- convertToParam(double[]) - Method in class boofcv.alg.geo.calibration.Zhang99ParamAll
-
- convertToParam(double[]) - Method in class boofcv.alg.geo.calibration.Zhang99ParamCamera
-
Writes the parameters into the provided array
- copy() - Method in class boofcv.alg.geo.calibration.CalibrationObservation
-
- copy() - Method in class boofcv.alg.geo.calibration.Zhang99ParamAll
-
- createNew() - Method in class boofcv.alg.geo.calibration.Zhang99ParamAll
-