Skip to content
/ cad Public

Computer Aided medical Diagnosis course assignment

Notifications You must be signed in to change notification settings

gzuidhof/cad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CAD

Computer Aided medical Diagnosis

Assignment week 7, detection of white matter lesions

Flair weighted MR imageWhite matter lesion annotation (ground truth)

This assignment involves the detection of white matter lesions in the brain from MR images. Three different types of MR images are used as input (T1-weighted, T2-weighted and FLAIR-weighted). See image above for an example (FLAIR-weighted and annotated image, which is the ground truth).

50 2D slices of scans are available (200 images in total). Classifications are made on a pixel level with pixel based features, like the brightness value, the distance transform from the brain edge, a blobness measure and more.

A dice similarity coefficient (DSC) greater than 0.5 was achieved.

Dependencies

  • Python 2.7
  • scikit-learn ML stack (sklearn, numpy, scipy, matplotlib, skimage)
  • OpenCV2
  • hickle (pickle or cPickle can be used instead)
  • tqdm

Contributors

  • Robbert van der Gugten (@robbertvdg)
  • Inez Wijnands (@Moorkopsoesje)
  • Guido Zuidhof (@gzuidhof)

About

Computer Aided medical Diagnosis course assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published