dice similarity index between segmented image and ground truth
Show older comments
Helo I have an segmented image , trying to find dice similarity index between the segmented image and ground truth.
Accepted Answer
More Answers (1)
APOORVA SAFAI
on 17 Oct 2014
0 votes
how to make the two images of same size if they differ?
3 Comments
Anand
on 24 Oct 2014
Use imresize.
KM Shofuan
on 16 May 2019
how to calculate (segIm&grndTruth) ? is it a multiplication operation ?
Diah Junaidi
on 1 Aug 2019
(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)
Categories
Find more on Images in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!