helrick / spine-segmentation-project

Repository for code and information relating to the spine segmentation assignment in CISC 472 (Medical Informatics)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spine Segmentation in 3D Slicer

Final Project for CISC 472, Medical Informatics

By Hannah Greer and Hillary Elrick

From Wikipedia: "Segmentation is the process of partitioning an image into different segments. More precisely, image segmentation is the process of assigning a label to every pixel in an image such that pixels with the same label share certain characteristics. The goal of segmentation is to simplify and/or change the representation of an image into something that is more meaningful and easier to analyze. In medical imaging, these segments often correspond to different tissue classes, organs, pathologies, or other biologically relevant structures. Medical image segmentation is made difficult by low contrast, noise, and other imaging ambiguities."

Medical Segmentation can be done manually by someone trained to recognized the features of interest, automatically by an algorithm, or semi-automatically. Methods for automatic segmentation include:

  • Region Based Methods
    • Thresholding
    • Region Growing
  • Classification Methods
    • k-Nearest Neighbours
    • Maximum Likelihood
  • Clustering Mehods
    • k-Means
    • Fuzzy C-Mean
    • Expectation Maximization
  • Hybrid Methods

#####Known Difficulties for Spinal Segmentation

  • Variation in human anatomy within the spine; very computationally complex
  • Variety in MRI contrasts in the structure and against the cerebrospinal fluid

#####Anatomy The Spine is very anatomically complex. There are 5 major regions of the spinal column:

  • Cervical; the 7 vertebrae in the neck
  • Thoracic; the 12 vertebrae of the chest region
  • Lumbar; the 5 vertebrae of the lower back, which are larger and stronger than the Thoracic
  • Sacral; consisting only of the sacrum, the fusion of 5 smaller vertebrae into one bone during adolesence
  • Coccygeal; consisting of only 1 bone, the cocctheyx, which, are 4 vertebrae fused together during adolesence, similar to the sacrum

The small spaces between the vertebrae are called intravertbral canals.

#####References and Further Reading:

Current Progress: Currently, we have an image which is filtered and then a threshold is applied to it, leaving us with a grey and white image. This appears to be similar to the shape of a spine. Next Steps: Now we need to refine the program to work on other spine data. This method is currently far from perfect.

About

Repository for code and information relating to the spine segmentation assignment in CISC 472 (Medical Informatics)


Languages

Language:Python 83.6%Language:CMake 16.2%Language:HTML 0.2%