Package in.itzmeanjan.filterit.filter
-
Interface Summary Interface Description Filter -
Class Summary Class Description MeanFilter Given a buffered image, it'll compute mean of pixel intensities for a square matrix ( odd valued row & column numbers ), centered at P(x, y), for each color components ( i.e.MedianFilter Given a buffered image / path to image file, it'll compute median of pixel intensity values in neighbourhood around it ( size of neighbourhood depends upon order [ >0 ] supplied while invoking filter ) for each pixel position.MinFilter Given an image, filters only minimum intensity pixels from neighborhood of a pixel ( neighbourhood surely depends upon order of filtering ) i.e.ModeFilter Implementation of mode filter i.e.