AliceVision
AliceVision copied to clipboard
[calibration] Checkerboard detection and intrinsics calibration
Checkerboard detection is extracted from distortionCalibration and now a pipeline executable by itself (for parallelization purpose)
Output is a set of json files
I added Boost json which is a modern implementation of a json parser (instead of property_trees)
A new program for intrinsics calibration is also added