Package in.itzmeanjan.filterit.morphology
-
Class Summary Class Description Dilation Given an image with white foreground objects & black background color, it'll try to expand foreground area by applying a kernel on each pixel of image, which will make this pixel foreground ( white ) if at least one of the pixels present in its order-1 neighbourhood is white colored i.e.Erosion Given an image it'll try to shrink foreground region of image, where foreground denoted by white color ( higher pixel intensity )