Explain about Image arithmetic functions in MATLAB.

Explain about Image arithmetic functions in MATLAB.



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

1. imabsdiff - Returns absolute difference of two images.
2. imadd - Performs addition of two images or addition of constant to image.
3. imapplymatrix - Applies linear combination of color channels.
4. imcomplement - Complements an image.
5. imdivide - Divide one image into another or divide image by constant.
6. imlincomb - Linear combination of images.
7. immultiply - Multiplies two images or multiplies image by constant.
8. imsubtract - Subtracts one image from another or subtracts constant from image.
Post your comment