AliceVision icon indicating copy to clipboard operation
AliceVision copied to clipboard

[calibration] Checkerboard detection and intrinsics calibration

Open servantftransperfect opened this issue 3 years ago • 0 comments

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

servantftransperfect avatar Mar 09 '22 15:03 servantftransperfect