Skip to content

Commit 29f5581

Browse files
committed
Merge pull request opencv#19550 from Nico769:patch-1
2 parents 0a7a54f + f76ba28 commit 29f5581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/imgproc/pyramids/pyramids.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Our program exits if the user presses **ESC**. Besides, it has two options:
163163
We use the function **pyrDown()** with three arguments (similarly to **pyrUp()**):
164164
- *src*: The current and destination image (to be shown on screen, supposedly half the input
165165
image)
166-
- *Size( tmp.cols/2, tmp.rows/2 )* : The destination size. Since we are upsampling,
166+
- *Size( tmp.cols/2, tmp.rows/2 )* : The destination size. Since we are downsampling,
167167
**pyrDown()** expects half the size the input image (in this case *src*).
168168

169169
@add_toggle_cpp

0 commit comments

Comments
 (0)