Merge pull request #26176 from najasnake12:fixed_minor_typos_in_js_tutorials

Fixed minor typos in JS tutorials
This commit is contained in:
Alexander Smorkalov 2024-09-23 08:51:44 +03:00 committed by GitHub
commit 450e741f8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
--------------