https://github.com/aromanro/nmri
2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data, 3D visualization with VTK
https://github.com/aromanro/nmri
computational-physics fft fftw medical-image-computing medical-image-processing medical-imaging mfc nmri physics vtk vtk-applications vtk-library
Last synced: 4 months ago
JSON representation
2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data, 3D visualization with VTK
- Host: GitHub
- URL: https://github.com/aromanro/nmri
- Owner: aromanro
- License: gpl-3.0
- Created: 2017-09-04T19:05:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T19:55:10.000Z (8 months ago)
- Last Synced: 2025-03-16T21:02:12.134Z (7 months ago)
- Topics: computational-physics, fft, fftw, medical-image-computing, medical-image-processing, medical-imaging, mfc, nmri, physics, vtk, vtk-applications, vtk-library
- Language: C++
- Homepage: https://compphys.go.ro/nuclear-magnetic-resonance-and-fourier-transform/
- Size: 188 KB
- Stars: 18
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NMRI
2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data, 3D visualization with VTK[](https://app.codacy.com/gh/aromanro/NMRI?utm_source=github.com&utm_medium=referral&utm_content=aromanro/NMRI&utm_campaign=Badge_Grade_Settings)
[](https://www.codefactor.io/repository/github/aromanro/nmri)Description on https://compphys.go.ro/nuclear-magnetic-resonance-and-fourier-transform/
Basically this is a quickly implemented project to test some wrapper classes for FFTW library: http://www.fftw.org/ Obviously, the project needs the FFTW library.
A later addition was the 3D visualization, using VTK: https://vtk.org/It's a 2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data. It displays both the raw data and the image, allows cutting out low and high frequency information.
It also has a 3D view implemented with VTK.It needs the Head2D.dat raw data file one can find here: http://download.nvidia.com/developer/GPU_Gems_2/CD/Index.html in the source tree from Chap. 48, Medical Image Reconstruction with the FFT.
By the way, here is the chapter, in case somebody wants to look over it: https://developer.nvidia.com/gpugems/GPUGems2/gpugems2_chapter48.html### PROGRAM IN ACTION
[](https://youtu.be/toGlT4gNKds)