mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Fixed minor typos in js tutorials
This commit is contained in:
parent
b2e118ea94
commit
50eebbd21f
@ -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