Description
Background
Spinal cord compression is highly prevalent in the elderly, and its severity is considered in clinical decision-making. Currently, the evaluation of the compression is done manually by radiologists. Such manual evaluation is time-consuming and introduces inter-rater and inter-trials variability.
Recently, we showed that the logistic model combining morphometric metrics such as cross-sectional area (CSA), solidity, compressive ratio (CR), and torsion computed from T2*-w axial image could predict spinal cord compression automatically. For details, see the paper.
Methods
It would be great to automate the process of compression detection fully. Ideally to be run by a single command. This would include the following:
- obtaining SC segmentation and SC labeling, including quality control with potential manual corrections
- computation of the morphometric metrics (i.e., CSA, CR solidity, torsion) across individual slices by the
sct_process_segmentation
function. - running the predictive model to detect the slice with the compression
- determine which intervertebral disc the slice corresponds to (based on the SC labeling)
- provide commonly used radiological metrics for the compression level (i.e., CSA, CR) as an output
I would be glad for any suggestions or ideas.
Related to: