chessboard package
Submodules
src.chessboard.calibrate_chessboard module
- src.chessboard.calibrate_chessboard.main()
src.chessboard.chessboard module
- src.chessboard.chessboard.calibrate_chessboard(dir_path, image_format, square_size, width, height)
Calibrate a camera using chessboard images.
src.chessboard.undistort module
- src.chessboard.undistort.main()
src.chessboard.utils module
- src.chessboard.utils.load_coefficients(path)
Loads camera matrix and distortion coefficients.
- src.chessboard.utils.save_coefficients(mtx, dist, path)
Save the camera matrix and the distortion coefficients to given path/file.