Skip to content

Commit

Permalink
Merge pull request #18365 from dervon:master
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Sep 22, 2020
2 parents f7b8f52 + 5bfb779 commit 45ee8e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Explanation
form an ill-posed problem, so the calibration will fail. For square images the positions of the
corners are only approximate. We may improve this by calling the @ref cv::cornerSubPix function.
(`winSize` is used to control the side length of the search window. Its default value is 11.
`winSzie` may be changed by command line parameter `--winSize=<number>`.)
`winSize` may be changed by command line parameter `--winSize=<number>`.)
It will produce better calibration result. After this we add a valid inputs result to the
*imagePoints* vector to collect all of the equations into a single container. Finally, for
visualization feedback purposes we will draw the found points on the input image using @ref
Expand Down

0 comments on commit 45ee8e2

Please sign in to comment.