Merge pull request #26176 from najasnake12:fixed_minor_typos_in_js_tutorials

Fixed minor typos in JS tutorials
pull/26178/head
Alexander Smorkalov 5 months ago committed by GitHub
commit 450e741f8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      doc/js_tutorials/js_core/js_image_arithmetics/js_image_arithmetics.markdown

@ -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…
Cancel
Save