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

From Slicer Wiki
Jump to: navigation, search
Tag: 2017 source edit
(Moved to https://github.com/slicerrt/slicerrt)
Tags: 2017 source edit, Replaced
 
Line 1: Line 1:
<noinclude>{{documentation/versioncheck}}
+
Moved to https://github.com/slicerrt/slicerrt
</noinclude>
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-header}}
 
<!-- ---------------------------- -->
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}
 
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
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.<br>
 
Author: Csaba Pinter (PerkLab, Queen's University)<br>
 
Contact: Csaba Pinter, <email>csaba.pinter@queensu.ca</email><br>
 
[[Documentation/Nightly/Extensions/SlicerRT|Back to SlicerRT home]]
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-logo-gallery
 
|{{collaborator|logo|cco}}|{{collaborator|longname|cco}}
 
|{{collaborator|logo|sparkit}}|{{collaborator|longname|sparkit}}
 
|{{collaborator|logo|ocairo}}|{{collaborator|longname|ocairo}}
 
}}
 
{{documentation/{{documentation/version}}/module-introduction-end}}
 
 
 
{|
 
|
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Module Description}}
 
The {{documentation/modulename}} module provides comparison metrics for segments (i.e. contours, structures)
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 
 
 
*Compare segments using Hausdorff distances
 
*Compare segments using Dice similarity metrics
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
 
See [[Documentation/{{documentation/version}}/Extensions/SlicerRT|SlicerRT extension page]]
 
 
 
<!-- ---------------------------- -->
 
{{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
 
**'''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
 
 
 
<!--
 
{{documentation/{{documentation/version}}/module-parametersdescription}}
 
-->
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 
 
 
*[[Documentation/{{documentation/version}}/Modules/Segmentations|Segmentations]]
 
*[[Documentation/{{documentation/version}}/Modules/SegmentMorphology|Segment morphology]]
 
*This module is the successor of [[Documentation/{{documentation/version}}/Modules/ContourComparison|Contour comparison]]
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|References}}
 
 
 
*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}}
 
N/A
 
 
 
|[[File:20150714_0.17_SegmentComparison_ModuleUI.png|thumb|477px| Segment comparison module GUI]]
 
|}
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-footer}}
 
<!-- ---------------------------- -->
 

Latest revision as of 20:55, 4 January 2026

Home < Documentation < Nightly < Modules < SegmentComparison