Prev: imresize function
Next: DFT
From: Dave Brackett on
Hi, I want to fill certain parts of a black and white bitmap as shown in the pdf at this location: http://rapidshare.com/files/318038978/images.pdf.html

Referring to this file, I am using imfill with the below code but that fills the entire circle.

image=imread('imagefile24.bmp')
image=1-(im2bw(image))
image_filled=1-(imfill(image,'holes'))

what I want is the 3rd image in the attachment. is there a way to do this in Matlab?
Thanks.

Let me know if you have any trouble viewing the file.
 | 
Pages: 1
Prev: imresize function
Next: DFT