1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Save Frames option for interactive calibration tool

The option to save all frames that contribute to final calibration result.
Useful for dataset collection and further offline tuning.
This commit is contained in:
Alexander Smorkalov
2022-06-08 13:59:55 +03:00
parent 14754deb21
commit 533bb035cf
6 changed files with 30 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ const std::string keys =
"{vis | grid | Captured boards visualisation (grid, window)}"
"{d | 0.8 | Min delay between captures}"
"{pf | defaultConfig.xml| Advanced application parameters}"
"{save_frames | false | Save frames that contribute to final calibration}"
"{help | | Print help}";
bool calib::showOverlayMessage(const std::string& message)