Skip to content

Determine an MRI image's blurriness with Fourier Analysis

Notifications You must be signed in to change notification settings

lglass/blurry-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blurry-detect

Determine an MRI image's blurriness with Fourier Analysis

To set up the environment, e.g. run

python -m venv blurry_detect
source blurry_detect/bin/activate
pip install -r requirements.txt

To determine blurriness for all *.nii images in a folder, run

python blur_detector_image.py --folder $FOLDER_NII

To make an animated video out of the predictions, run

ffmpeg -framerate 3 -pattern_type glob -i 'plots/*.jpg' -c:v libx264 animated.mp4

About

Determine an MRI image's blurriness with Fourier Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages