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

From Slicer Wiki
Jump to: navigation, search
(add Quantitative Indices Tool module)
 
(updated QuantitativeIndeces GUI screenshot)
Tag: 2017 source edit
 
Line 1: Line 1:
<noinclude>{{documentation/versioncheck}}</noinclude>
+
<noinclude>{{documentation/versioncheck}}
 +
</noinclude>
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-header}}
 
{{documentation/{{documentation/version}}/module-header}}
Line 30: Line 31:
  
 
{|
 
{|
|[[Image:QuantitativeIndicesTool_Screenshot1.png|thumb|350px|GUI]]
+
|[[File:QuantitativeIndicesTool Screenshot3.png.png|thumb|350px|GUI]]
 
|[[Image:QuantitativeIndicesTool_Screenshot2.png|thumb|350px|PET image with tumor mask]]
 
|[[Image:QuantitativeIndicesTool_Screenshot2.png|thumb|350px|PET image with tumor mask]]
 
|}
 
|}
Line 36: Line 37:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Dependencies}}
 
{{documentation/{{documentation/version}}/module-section|Dependencies}}
 +
 
*[[Documentation/{{documentation/version}}/Modules/QuantitativeIndicesCLI|Quantitative Indices CLI]]
 
*[[Documentation/{{documentation/version}}/Modules/QuantitativeIndicesCLI|Quantitative Indices CLI]]
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}
 
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}
* Source code: https://github.com/QIICR/PET-IndiC/tree/master/QuantitativeIndicesTool
+
 
 +
*Source code: https://github.com/QIICR/PET-IndiC/tree/master/QuantitativeIndicesTool
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-footer}}
 
{{documentation/{{documentation/version}}/extension-footer}}
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Latest revision as of 13:55, 16 March 2022

Home < Documentation < Nightly < Modules < QuantitativeIndicesTool


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


Introduction and Acknowledgements

Acknowledgments: The UIowa QIN QuantitativeIndicesTool was funded in part by Quantitative Imaging to Assess Response in Cancer Therapy Trials NIH grant U01-CA140206 and Quantitative Image Informatics for Cancer Research (QIICR) NIH grant U24 CA180918.
Authors: Ethan Ulrich (UIowa)
Contributors: Markus van Tol (UIowa), Andrey Fedorov (SPL), Christian Bauer (UIowa), Reinhard Beichel (UIowa), John Buatti (UIowa)
Contact: <email>qin@iibi.uiowa.edu</email>

License: Slicer License

The University of Iowa (UIowa)  
Quantitative Image Informatics for Cancer Research  
National Alliance for Medical Image Computing (NA-MIC)  


Module Description

The QuantitativeIndicesTool calculates simple quantitative features from a grayscale volume and label map. Common indices (mean, min, max, median, etc.) may be calculated. The module also includes experimental indices for PET tumor quantification. For detailed descriptions of the indices calculated, see the Quantitative Indices CLI documentation.

GUI
PET image with tumor mask

Dependencies

Information for Developers