Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore/add new compression metrics #19

Open
valosekj opened this issue Aug 4, 2023 · 0 comments
Open

Explore/add new compression metrics #19

valosekj opened this issue Aug 4, 2023 · 0 comments
Labels

Comments

@valosekj
Copy link
Member

valosekj commented Aug 4, 2023

Originally posted as part of spinalcordtoolbox/spinalcordtoolbox#3733 (comment) -- moving here because the original SCT/#3733 issue eventually focused mainly on normalization to PAM50 and was closed by successfully merging SCT/#4003.

The project aims to add new relevant metrics to assess cervical spinal cord compression for degenerative cervical myelopathy.

Possible ref for triangular compression: 10.1093/brain/118.1.263

Other possible metrics

CSA for R-L

Compute CSA for right and left spinal cord by seperating from mid-point of R-L diameter.

image

TODO: Check in scikit-image how to extract the mid point (we use scikit-image to get the axes for AP/RL diam, so it’s a matter of fetching more outputs from that library)

Triangular compression

Compression can also have a triangular shape. However, metrics like symmetry/solidity would not be able to detect this compression.

Proposition:

  1. With the spinal cord segmentation, scale compressed spinal cord to PAM50 using CSA.
  2. Register to PAM50 template (center of mass or centermassrot)
  3. Compute similarity metric (Dice, Hausdorff )

image

TODO: Make sure there isn’t a metric that can already assess this triangulation (another that is currently not implemented in process_seg)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant