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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user