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

Merge pull request #22147 from rogday:zoom_factor

Add zoom factor to interactive calibration tool

* add zoom factor

* address review comments
This commit is contained in:
rogday
2022-06-30 23:31:52 +03:00
committed by GitHub
parent 2a4926f417
commit b91f173680
6 changed files with 26 additions and 3 deletions
+1
View File
@@ -41,6 +41,7 @@ const std::string keys =
"{d | 0.8 | Min delay between captures}"
"{pf | defaultConfig.xml| Advanced application parameters}"
"{save_frames | false | Save frames that contribute to final calibration}"
"{zoom | 1 | Zoom factor applied to the image}"
"{help | | Print help}";
bool calib::showOverlayMessage(const std::string& message)