mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
Merge pull request #26176 from najasnake12:fixed_minor_typos_in_js_tutorials
Fixed minor typos in JS tutorials
This commit is contained in:
commit
450e741f8d
@ -4,9 +4,9 @@ Arithmetic Operations on Images {#tutorial_js_image_arithmetics}
|
||||
Goal
|
||||
----
|
||||
|
||||
- Learn several arithmetic operations on images like addition, subtraction, bitwise operations
|
||||
- Learn several arithmetic operations on images like addition, subtraction, bitwise operations,
|
||||
etc.
|
||||
- You will learn these functions : **cv.add()**, **cv.subtract()** etc.
|
||||
- You will learn these functions : **cv.add()**, **cv.subtract()**, etc.
|
||||
|
||||
Image Addition
|
||||
--------------
|
||||
|
Loading…
Reference in New Issue
Block a user