Difference between revisions of "Documentation/Nightly/Extensions/OpenCAD"
Line 31: | Line 31: | ||
{| | {| | ||
| | | | ||
− | *Blue for Persistent curve | + | *Only Voxels with a percent increase from pre-contrast to the first post-contrast time point greater than the Minimum Threshold of Increase (default=75.00%) are considered for segmentation and classification. |
− | **Slope of delayed curve > 0.2 | Type I| | + | *Slope of delayed curve for each voxel is calculated as (Intensity at 4th time point - Intensity at 1st time point) / (Intensity at 1st time point). |
− | *Yellow for Plateau curve | + | *Segmented voxels are individually classified by color according to slope of delayed curve: |
− | **-0.2 < Slope of delayed curve < 0.2 | Type II | + | **Blue for Persistent curve |
− | *Red for Washout curve | + | ***Slope of delayed curve > 0.2 (default) | Type I| |
− | **Slope of delayed curve < -0.2 | Type III | + | **Yellow for Plateau curve |
+ | ***-0.2 < Slope of delayed curve < 0.2 | Type II | ||
+ | **Red for Washout curve | ||
+ | ***Slope of delayed curve < -0.2 (default) | Type III | ||
|[[Image:Graph.png|thumb|280px|Classification based on Delayed Curve]] | |[[Image:Graph.png|thumb|280px|Classification based on Delayed Curve]] | ||
|} | |} | ||
Line 42: | Line 45: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Features}} | {{documentation/{{documentation/version}}/module-section|Features}} | ||
− | *Interactive Charting - | + | *Interactive Charting - Calculates and displays the percent increase from baseline(pre-contrast intensity) of the voxel under the current mouse pointer location, at each time point. On the X-axis, 0.0 is Pre-contrast, 1.0 is First Post-contrast, ..., 4.0 is Final Post-contrast time points. The Y-axis represents percentage change from baseline/pre-contrast intensity. |
− | *Volume Rendering - | + | *Volume Rendering - A 3D Volume Rendering of the output Label Map is displayed in the 3D viewer after segmentation. |
− | *Label Statistics - | + | *Label Statistics - Tabular display of statistics of all First Post-contrast time point voxels highlighted in the output Label Map and grouped according to curve type (Type I, II, and III). These statistics include: Voxel Count, Volume mm^3, Volume cc, Minimum Intensity, Maximum Intensity, Mean Intensity, Standard Deviation. Logic is derived from the Label Statistics Module. |
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 21:00, 25 April 2014
Home < Documentation < Nightly < Extensions < OpenCAD
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
This work is supported by NA-MIC, NCIGT, and the Slicer Community. | |||||||
This project is supported by... |
Module Description
The OpenCAD is designed to segment tumors from DCE-MRI datasets which include 1 pre-contrast image and 2-4 post-contrast images at different time points. OpenCAD uses blackbox methods to calculate the wash-in and wash-out slopes of the contrast dye based on voxel intensity values. The segmentation output is a Label Map with red, yellow, and blue colors respectively identifying washout, plateau, and persistent voxels.
Methods
|
Features
- Interactive Charting - Calculates and displays the percent increase from baseline(pre-contrast intensity) of the voxel under the current mouse pointer location, at each time point. On the X-axis, 0.0 is Pre-contrast, 1.0 is First Post-contrast, ..., 4.0 is Final Post-contrast time points. The Y-axis represents percentage change from baseline/pre-contrast intensity.
- Volume Rendering - A 3D Volume Rendering of the output Label Map is displayed in the 3D viewer after segmentation.
- Label Statistics - Tabular display of statistics of all First Post-contrast time point voxels highlighted in the output Label Map and grouped according to curve type (Type I, II, and III). These statistics include: Voxel Count, Volume mm^3, Volume cc, Minimum Intensity, Maximum Intensity, Mean Intensity, Standard Deviation. Logic is derived from the Label Statistics Module.
Tutorials
Data sets
Breast DCE-MRI Data Set 1 (zip file containing the nrrd volumes for the OpenCAD tutorial)
Breast DCE-MRI Data Set 2 (zip file containing additional test set of nrrd volumes)
Liver DCE-MRI Data Set 1 (zip file containing additional test set of nrrd volumes)
Panels and their use
The GUI of the OpenCAD module contains 5 sections:
|
Similar Modules
N/A
References
N/A
Information for Developers
Section under construction. |
Source code: https://github.com/vnarayan13/Slicer-OpenCAD