how to fill the binary image..?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
Image Analyst
am 16 Feb. 2013
Try
filledImage = imfill(edgeImage, 'holes');
You might have to call imclose() to close gaps.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!