File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
doc/tutorials/calib3d/camera_calibration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Explanation
136
136
form an ill-posed problem, so the calibration will fail. For square images the positions of the
137
137
corners are only approximate. We may improve this by calling the @ref cv::cornerSubPix function.
138
138
(`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>`.)
140
140
It will produce better calibration result. After this we add a valid inputs result to the
141
141
*imagePoints* vector to collect all of the equations into a single container. Finally, for
142
142
visualization feedback purposes we will draw the found points on the input image using @ref
You can’t perform that action at this time.
0 commit comments