how to fill the binary image..?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Image Analyst
il 16 Feb 2013
Try
filledImage = imfill(edgeImage, 'holes');
You might have to call imclose() to close gaps.
0 Commenti
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!