Package in.itzmeanjan.filterit.segmentation
-
Class Summary Class Description AutomaticThresholding Given a buffered image with bimodal histogram, we'll segment that image into foreground and background using automatic thresholding mechanism.Image Image abstraction class used for performing neighbourhood ( N8 ) ops with ease, works only on grayscale imagePosition Holds location, intensity & state information of a pixel in imageRegionGrowing Given a buffered image ( grayscale, if not gray scaled yet, to be done inside this implementation ), it'll compute segmented image using a seed pixel location, applying region growing algorithm