1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Fixed minor typos in js tutorials

This commit is contained in:
Scott
2024-09-22 11:40:06 +02:00
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
--------------