Package in.itzmeanjan.filterit.arithmetic
-
Class Summary Class Description Addition Given two images of same dimention it'll apply addition operation on each pixel pair & return modified imageDivision Given two images of equal dimension, it'll divide pixel intensity of first image by pixel intensity of second image, and store rounded value in resulting image, for each pixel, for each color component.Multiplication Given two images of equal dimension, it'll multiply pixel intensity values of each image ( pixel by pixel fashion ), and resulting image to be stored in a different buffered imageSubtraction Given two images of same dimension it'll apply subtraction operation on each pixel pair & return modified image