Update js_image_arithmetics.markdown

pull/15688/head
JamesNewton 5 years ago committed by GitHub
parent 3c086fb2fe
commit 47fc889df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      doc/js_tutorials/js_core/js_image_arithmetics/js_image_arithmetics.markdown

@ -27,7 +27,7 @@ src1.delete(); src2.delete(); dst.delete(); mask.delete();
Image Subtraction Image Subtraction
-------------- --------------
You can subtract two images by OpenCV function, cv.subtract(). res = img1 - img2. Both images should be of same depth and type. You can subtract two images by OpenCV function, cv.subtract(). res = img1 - img2. Both images should be of same depth and type. Note that when used with RGBA images, the alpha channel is also subtracted.
For example, consider below sample: For example, consider below sample:
@code{.js} @code{.js}

Loading…
Cancel
Save