Add zoom factor to interactive calibration tool#22147
Conversation
alalek
left a comment
There was a problem hiding this comment.
It makes sense to call putText() after the frame's resize.
Or resize input frames after its capture as the first step.
I don't think |
|
I agreed, that resizing of input frames is a bad idea (just because we don't get intrinsics for original resolution). But I still believe that |
Add zoom factor to interactive calibration tool * add zoom factor * address review comments
Can be useful when the screen is smaller than the image from camera.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.