Why i get empty (black image) when extract the pixel label data
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
abdullah al-dulaimi
le 17 Nov 2022
Commenté : yasmin ismail
le 10 Oct 2023
when i extract pixel label data to path forlder i founded the images empty (black images)!!
0 commentaires
Réponse acceptée
Navya Singam
le 23 Nov 2022
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 commentaire
yasmin ismail
le 10 Oct 2023
@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
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!