[Insight-users] Supervised Benchmark : Comparing Segmentations

Luis Ibanez luis.ibanez at kitware.com
Sun Jul 22 09:46:29 EDT 2007


Hi Grub,

Please look at the following filters:


    itkHausdorffDistanceImageFilter
    itkSimilarityIndexImageFilter
    itkContourMeanDistanceImageFilter

and the metrics:

    itkKappaStatisticImageToImageMetric
    itkMatchCardinalityImageToImageMetric



You may also find interesting to look at
the code in:


     InsightApplications/
           TumorSegmentationEvaluation



  Regards,


     Luis



-----------------
grub boot wrote:
> 
>     Note also that ITK provides several filters for
>     generating metrics that compare two segmentations.
> 
> 
>     Except for the STAPLE method, these comparision filters
>     will not tell which segmentation is right, they simply
>     compute "distances" between segmentations).
> 
> 
> Actually I need those data sets to compare them with the segmentation 
> results from
> my algorithms. So I need some way to compare two segmentations of the 
> same image.
> 
> Can you please tell me where to look for the relevant filters and how to 
> use them?
> 
> Thanks in advance;


More information about the Insight-users mailing list