Visceral-Project / EvaluateSegmentation

A program to evaluate the quality of image segmentations.
Apache License 2.0
314 stars 88 forks source link

ICC and DICE identical #19

Open alanwilter opened 8 months ago

alanwilter commented 8 months ago

I have two different images: human.png model.png

Then I do:

$ EvaluateSegmentation human.png model.png -xml out.xml  -use DICE,JACRD,ICCORR
Similarity:
DICE    = 0.658228      Dice Coefficient (F1-Measure) 
JACRD   = 0.490566      Jaccard Coefficient 
ICCORR  = 0.658228      Interclass Correlation 

DICE == ICCORR : Coincidence or bug?