Why i get empty (black image) when extract the pixel label data

6 次查看(过去 30 天)
when i extract pixel label data to path forlder i founded the images empty (black images)!!

采纳的回答

Navya Singam
Navya Singam 2022-11-23
  1 个评论
yasmin ismail
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 CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by