Difference between revisions of "Documentation/Nightly/Modules/SegmentComparison"

From Slicer Wiki
Jump to: navigation, search
m
Tag: 2017 source edit
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{documentation/versioncheck}}</noinclude>
+
<noinclude>{{documentation/versioncheck}}
 +
</noinclude>
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-header}}
 
{{documentation/{{documentation/version}}/module-header}}
Line 11: Line 12:
 
Author: Csaba Pinter (PerkLab, Queen's University)<br>
 
Author: Csaba Pinter (PerkLab, Queen's University)<br>
 
Contact: Csaba Pinter, <email>csaba.pinter@queensu.ca</email><br>
 
Contact: Csaba Pinter, <email>csaba.pinter@queensu.ca</email><br>
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerRT Back to SlicerRT home]
+
[[Documentation/Nightly/Extensions/SlicerRT|Back to SlicerRT home]]
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-logo-gallery
 
{{documentation/{{documentation/version}}/module-introduction-logo-gallery
Line 20: Line 21:
 
{{documentation/{{documentation/version}}/module-introduction-end}}
 
{{documentation/{{documentation/version}}/module-introduction-end}}
  
{| class="wikitable"
+
{|
 
|
 
|
  
Line 29: Line 30:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
* Compare segments using Hausdorff distances
+
 
* Compare segments using Dice similarity metrics
+
*Compare segments using Hausdorff distances
 +
*Compare segments using Dice similarity metrics
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
Line 38: Line 40:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Panels and their use}}
 
{{documentation/{{documentation/version}}/module-section|Panels and their use}}
* Input
+
 
** Reference segment: The input structure that serves as reference for the comparison. Select segmentation first, then the individual segment
+
*'''Input'''
** Compare segment: The input structure that serves as the second input (compare) for the comparison. Select segmentation first, then the individual segment
+
**'''Reference segment:''' The input structure that serves as reference for the comparison. Select segmentation first, then the individual segment
* Hausdorff distance metrics
+
**'''Compare segment:''' The input structure that serves as the second input (compare) for the comparison. Select segmentation first, then the individual segment
** Compute Hausdorff distances button: Click this to compute Hausdorff distances on the specified input structures
+
*'''Hausdorff distance metrics'''
* Dice similarity metrics
+
**'''Compute Hausdorff distances button:''' Click this to compute Hausdorff distances on the specified input structures
** Compute Dice metrics button: Click this to compute Dice similarity metrics on the specified input structures
+
*'''Dice similarity metrics'''
 +
**'''Compute Dice metrics button:''' Click this to compute Dice similarity metrics on the specified input structures
  
 
<!--
 
<!--
Line 52: Line 55:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 +
 
*[[Documentation/{{documentation/version}}/Modules/Segmentations|Segmentations]]
 
*[[Documentation/{{documentation/version}}/Modules/Segmentations|Segmentations]]
 
*[[Documentation/{{documentation/version}}/Modules/SegmentMorphology|Segment morphology]]
 
*[[Documentation/{{documentation/version}}/Modules/SegmentMorphology|Segment morphology]]
 
+
*This module is the successor of [[Documentation/{{documentation/version}}/Modules/ContourComparison|Contour comparison]]
| [[File:20150714_0.17_SegmentComparison_ModuleUI.png|thumb|477px| Segment comparison module GUI]]
 
|}
 
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|References}}
 
{{documentation/{{documentation/version}}/module-section|References}}
N/A
+
 
 +
*Information about the Plastimatch Hausdorff algorithm used [http://plastimatch.org/doxygen/classHausdorff__distance.html here]
 +
*Information about the Plastimatch Dice algorithm used [http://plastimatch.org/doxygen/classDice__statistics.html here]
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Information for Developers}}
 
{{documentation/{{documentation/version}}/module-section|Information for Developers}}
 
N/A
 
N/A
 +
 +
|[[File:20150714_0.17_SegmentComparison_ModuleUI.png|thumb|477px| Segment comparison module GUI]]
 +
|}
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-footer}}
 
{{documentation/{{documentation/version}}/module-footer}}
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Latest revision as of 09:50, 2 March 2020

Home < Documentation < Nightly < Modules < SegmentComparison


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

This work is part of the SparKit project, funded by An Applied Cancer Research Unit of Cancer Care Ontario with funds provided by the Ministry of Health and Long-Term Care and the Ontario Consortium for Adaptive Interventions in Radiation Oncology (OCAIRO) to provide free, open-source toolset for radiotherapy and related image-guided interventions.
Author: Csaba Pinter (PerkLab, Queen's University)
Contact: Csaba Pinter, <email>csaba.pinter@queensu.ca</email>
Back to SlicerRT home

Cancer Care Ontario  
Software Platform and Adaptive Radiotherapy Kit  
Ontario Consortium for Adaptive Interventions in Radiation Oncology  

Module Description

The SegmentComparison module provides comparison metrics for segments (i.e. contours, structures)

Use Cases

  • Compare segments using Hausdorff distances
  • Compare segments using Dice similarity metrics

Tutorials

See SlicerRT extension page

Panels and their use

  • Input
    • Reference segment: The input structure that serves as reference for the comparison. Select segmentation first, then the individual segment
    • Compare segment: The input structure that serves as the second input (compare) for the comparison. Select segmentation first, then the individual segment
  • Hausdorff distance metrics
    • Compute Hausdorff distances button: Click this to compute Hausdorff distances on the specified input structures
  • Dice similarity metrics
    • Compute Dice metrics button: Click this to compute Dice similarity metrics on the specified input structures


Similar Modules

References

  • Information about the Plastimatch Hausdorff algorithm used here
  • Information about the Plastimatch Dice algorithm used here

Information for Developers

N/A

Segment comparison module GUI