Why i get empty (black image) when extract the pixel label data
6 ビュー (過去 30 日間)
古いコメントを表示
abdullah al-dulaimi
2022 年 11 月 17 日
コメント済み: yasmin ismail
2023 年 10 月 10 日
when i extract pixel label data to path forlder i founded the images empty (black images)!!
0 件のコメント
採用された回答
Navya Singam
2022 年 11 月 23 日
Hi,
You can refer to the following MATLAB answer: Why do I get all black image result after exporting Labels as PNG file format from the Image Labeler App? - MATLAB Answers - MATLAB Central (mathworks.com)
1 件のコメント
yasmin ismail
2023 年 10 月 10 日
@Navya Singam I used you the link above, it helped to show the label images but how to use it to find jaccrad index , the labeled image already black and gives low jaccard index as shown in attached images and following code:
A = logical(imread('7001-236.png'));
BW_groundTruth =logical(imread('Label_1.png'));
similarity = jaccard(A(:,:,1), BW_groundTruth)
similarity =
0.0925
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!