Skip to content

.nii NifTI image explorer and automated MRI motion-corruption detection.

Notifications You must be signed in to change notification settings

eidenyoshida/brAInzViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainScanMotionDetection

An easy way to explore .nii volumes and slices.

  • Use the file selector to quickily switch between .nii files:

  • Use the volume and slice sliders to explore the volumes and slices:

  • Automated analysis of volumes for motion-induced damage in images:

Our built-in analyzer uses advanced A.I. algorithm to estimate the amount of damage induced by moving subjects during the scan.

Download Installers

  • OS X: download
  • Windows: Link coming soon
  • Linux: Link coming soon

To run/build from source

  • Install all required dependencies from the requirements.txt:
     pip install -r requirements.txt
    
  • Navigate to the Viewer folder:
     cd Viewer
    
  • Run from source:
     fbs run
    
  • Freeze code:
     fbs freeze
    
  • Compile installer:
     fbs installer
    

About

.nii NifTI image explorer and automated MRI motion-corruption detection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 75.4%
  • Python 24.6%