how to fill the binary image..?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Image Analyst
2013 年 2 月 16 日
Try
filledImage = imfill(edgeImage, 'holes');
You might have to call imclose() to close gaps.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!