mirror of
https://github.com/opencv/opencv.git
synced 2025-08-01 02:18:01 +08:00
Fix single-word typo
This commit is contained in:
parent
0a7a54f312
commit
f76ba285c9
@ -163,7 +163,7 @@ Our program exits if the user presses **ESC**. Besides, it has two options:
|
|||||||
We use the function **pyrDown()** with three arguments (similarly to **pyrUp()**):
|
We use the function **pyrDown()** with three arguments (similarly to **pyrUp()**):
|
||||||
- *src*: The current and destination image (to be shown on screen, supposedly half the input
|
- *src*: The current and destination image (to be shown on screen, supposedly half the input
|
||||||
image)
|
image)
|
||||||
- *Size( tmp.cols/2, tmp.rows/2 )* : The destination size. Since we are upsampling,
|
- *Size( tmp.cols/2, tmp.rows/2 )* : The destination size. Since we are downsampling,
|
||||||
**pyrDown()** expects half the size the input image (in this case *src*).
|
**pyrDown()** expects half the size the input image (in this case *src*).
|
||||||
|
|
||||||
@add_toggle_cpp
|
@add_toggle_cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user