Camera Calibration Targets
From BoofCV
Jump to navigationJump to searchCreating Your Own
BoofCV provides an application for generating your own custom calibration target. You can size the pattern for your specific application on any sized paper. First you need to build the applications, see below:
cd boofcv
./gradlew applicationsJar
java -jar applications/applications.jar CreateCalibrationTarget
The last line above will run the application with no arguments. This will print out up to date instructions. At the end of the instructions are examples for each target type on letter sized paper. If you wish to have a GUI when creating your calibration target add the --GUI flag. The GUI doesn't have all the options which the commandline has.
java -jar applications/applications.jar CreateCalibrationTarget --GUI
Downloadable Targets
- Shape for chessboard includes black and white squares
- Shape for square grid is only the black squares
WHEN PRINTING CALIBRATION TARGETS MAKE SURE YOUR PRINTER DOES NOT RESCALE THE DOCUMENTS!
After printing use a ruler to make sure it's the correct size