dice similarity index between segmented image and ground truth
古いコメントを表示
Helo I have an segmented image , trying to find dice similarity index between the segmented image and ground truth.
採用された回答
その他の回答 (1 件)
APOORVA SAFAI
2014 年 10 月 17 日
0 投票
how to make the two images of same size if they differ?
3 件のコメント
Anand
2014 年 10 月 24 日
Use imresize.
KM Shofuan
2019 年 5 月 16 日
how to calculate (segIm&grndTruth) ? is it a multiplication operation ?
Diah Junaidi
2019 年 8 月 1 日
(segIm&grndTruth) :
segIm = image that we wanna reference with
grndTruth = image that being reference
just determine what is segIm and grndTruth after you obtain them, just concatenate them (segIm&grndTruth)
カテゴリ
ヘルプ センター および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!