Skip to content

Commit 45ee8e2

Browse files
committed
Merge pull request opencv#18365 from dervon:master
2 parents f7b8f52 + 5bfb779 commit 45ee8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/calib3d/camera_calibration/camera_calibration.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Explanation
136136
form an ill-posed problem, so the calibration will fail. For square images the positions of the
137137
corners are only approximate. We may improve this by calling the @ref cv::cornerSubPix function.
138138
(`winSize` is used to control the side length of the search window. Its default value is 11.
139-
`winSzie` may be changed by command line parameter `--winSize=<number>`.)
139+
`winSize` may be changed by command line parameter `--winSize=<number>`.)
140140
It will produce better calibration result. After this we add a valid inputs result to the
141141
*imagePoints* vector to collect all of the equations into a single container. Finally, for
142142
visualization feedback purposes we will draw the found points on the input image using @ref

0 commit comments

Comments
 (0)