Package in.itzmeanjan.filterit
-
Class Summary Class Description GrayScale Given a RGB image, it'll grayscale that image by taking mean of intensities ( intensity of each of three color components ) at each pixel location of image, while not modifying original imageImportExportImage Helper class to read content of an image into BufferedImage object & write BufferedImage into image fileLaplacianFilter Pixel Transpose Given a buffered image we'll transpose it, as we do in case of matrix, because 2D image is nothing but a matrix