0 votes
in Matlab by
What Is Image Arithmetic Functions In Matlab?

1 Answer

0 votes
by

Following is the list of image arithmetic functions and their usage.

 Imabsdiff ­ Returns absolute difference of two images. 

 Imadd ­ Performs addition of two images or addition of constant to image. 

 Imapplymatrix ­ Applies linear combination of color channels. 

 Imcomplement ­ Complements an image. 

 Imdivide ­ Divide one image into another or divide image by constant. 

 Imlincomb ­ Linear combination of images. 

 Immultiply ­ Multiplies two images or multiplies image by constant. 

 Imsubtract ­ Subtracts one image from another or subtracts constant from image.

Related questions

+2 votes
asked Aug 4, 2020 in Matlab by Robindeniel
+2 votes
asked Aug 4, 2020 in Matlab by Robindeniel
...