rameau-fr / MC-Calib

A generic and robust calibration toolbox for multi-camera systems
MIT License
399 stars 57 forks source link

Feature/improved documentation #58

Closed Harvendois closed 8 months ago

Harvendois commented 8 months ago

PR for Improved Documentation by Jungha Cho

Key Changes:

  1. README.md improved for easier installation of the toolbox (commands like NVidia runtime and Xserver displays are omitted).
  2. Windows.md created to guide Windows OS users installing the toolbox.
  3. contributing.rst under docs directory improved to catch errors and allow Windows user clearer guidance.
  4. CMakeLists.txt edited to add ASanitizer disable/enable option when compiling. This allows us to run both ASanitizer leak test and Valgrind tests easily.
  5. create_charuco_board.cpp edited to disable display-related codes (such as cv.imshow()), which were prone to make errors.