how to fill the binary image..?

2 visualizzazioni (ultimi 30 giorni)
owais Ayub
owais Ayub il 16 Feb 2013
I am doing a project on car parking. The image on this link is the result after edge detection. I want to fill the whole area of the car, i.e white. and leave the outer region black.

Risposte (1)

Image Analyst
Image Analyst il 16 Feb 2013
Try
filledImage = imfill(edgeImage, 'holes');
You might have to call imclose() to close gaps.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by