how to fill the binary image..?

1 次查看(过去 30 天)
owais Ayub
owais Ayub 2013-2-16
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.

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by