
How to make the black portion white in this bordered area?
7 ビュー (過去 30 日間)
古いコメントを表示

0 件のコメント
採用された回答
KALYAN ACHARJYA
2019 年 12 月 27 日
編集済み: KALYAN ACHARJYA
2019 年 12 月 27 日
#Here bwImage is a input binary image (Attached with the Question)
result=~bwareafilt(~bwImage,1);
imshow(result);

その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!