40 likes | 191 Views
DIGITAL IMAGE PROCESSING. TOPIC IMAGE SEGMENTATION WITH RANDOM WALKER ALGORITHM USING PRIOR MODELS. KUMAR HARSH (y08uc072) VIVEK MOUR (y08uc143) GROUP : 6. Input / Output.
E N D
DIGITAL IMAGE PROCESSING TOPICIMAGE SEGMENTATION WITH RANDOM WALKER ALGORITHM USING PRIOR MODELS KUMAR HARSH (y08uc072) VIVEK MOUR (y08uc143) GROUP : 6
Input / Output • The program will take an image, with several distinguishable regions, and user input in the form of User Labels, which will incorporate a small set of pixels. • (need to explore more on different capturing devices) • The output will be a segmented image based on the pixels labeled by the user.
Approach • Get an image. • Convert into grayscale for better segmentation • Get user input in the form of Labels • Run the Random Walker Algorithm using Prior Models • Give out the segmented image.