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