All Projects → aromanro → NMRI

aromanro / NMRI

Licence: GPL-3.0 license
2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to NMRI

IsingMonteCarlo
A program implementing Metropolis Monte Carlo for the 2D square-lattice Ising model and the spin block renormalization
Stars: ✭ 20 (+53.85%)
Mutual labels:  physics, computational-physics, mfc
modelhub
A collection of deep learning models with a unified API.
Stars: ✭ 59 (+353.85%)
Mutual labels:  medical-imaging, medical-image-computing, medical-image-processing
covid19.MIScnn
Robust Chest CT Image Segmentation of COVID-19 Lung Infection based on limited data
Stars: ✭ 77 (+492.31%)
Mutual labels:  medical-imaging, medical-image-processing
pylj
Teaching Utility for Classical Atomistic Simulation.
Stars: ✭ 23 (+76.92%)
Mutual labels:  physics, computational-physics
TimeEvolvingMPO
A Python 3 package to efficiently compute non-Markovian open quantum systems.
Stars: ✭ 43 (+230.77%)
Mutual labels:  physics, computational-physics
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+515.38%)
Mutual labels:  medical-imaging, medical-image-processing
neurdicom
RESTful PACS server with plugins
Stars: ✭ 97 (+646.15%)
Mutual labels:  medical-imaging, medical-image-processing
SemiDenseNet
Repository containing the code of one of the networks that we employed in the iSEG Grand MICCAI Challenge 2017, infant brain segmentation.
Stars: ✭ 55 (+323.08%)
Mutual labels:  medical-imaging, medical-image-processing
Monai
AI Toolkit for Healthcare Imaging
Stars: ✭ 2,568 (+19653.85%)
Mutual labels:  medical-image-computing, medical-image-processing
rt-utils
A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
Stars: ✭ 89 (+584.62%)
Mutual labels:  medical-imaging, medical-image-processing
nnDetection
nnDetection is a self-configuring framework for 3D (volumetric) medical object detection which can be applied to new data sets without manual intervention. It includes guides for 12 data sets that were used to develop and evaluate the performance of the proposed method.
Stars: ✭ 355 (+2630.77%)
Mutual labels:  medical-imaging, medical-image-computing
MRQy
MRQy is a quality assurance and checking tool for quantitative assessment of magnetic resonance imaging (MRI) data.
Stars: ✭ 58 (+346.15%)
Mutual labels:  medical-imaging, medical-image-processing
Dermatron
Dermatology focused medical records software, augmented with computer vision and artificial intelligence [Meteor packaged with Electron]
Stars: ✭ 19 (+46.15%)
Mutual labels:  medical-imaging, medical-image-processing
Viewers
The OHIF Medical Imaging Viewer is for viewing medical images. It can retrieve and load images from most sources and formats; render sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation, and serialization of observations; supports internationalization, OpenID Connect, offline use, hotkeys, and many more features.
Stars: ✭ 1,753 (+13384.62%)
Mutual labels:  medical-imaging, medical-image-processing
FFmpegPlayer
Simple FFmpeg video player
Stars: ✭ 72 (+453.85%)
Mutual labels:  fft, mfc
sight
Surgical Image Guidance and Healthcare Toolkit
Stars: ✭ 38 (+192.31%)
Mutual labels:  medical-imaging, medical-image-processing
unicorn-fft
Audio visualization on the Unicorn Hat using FFTW
Stars: ✭ 36 (+176.92%)
Mutual labels:  fft, fftw
mammography metarepository
Meta-repository of screening mammography classifiers
Stars: ✭ 44 (+238.46%)
Mutual labels:  medical-imaging, medical-image-processing
cornerstone widget
A jupyter widget for the cornerstone library to make showing flashy images with nice tools easier.
Stars: ✭ 25 (+92.31%)
Mutual labels:  medical-imaging, medical-image-computing
creative-coding-notebooks
🎨 An authorial collection of fundamental recipes on Creative Coding and Recreational Programming.
Stars: ✭ 17 (+30.77%)
Mutual labels:  physics

NMRI

2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data

Codacy Badge CodeFactor

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.

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

Hopefully I'll describe everything in more details soon.

PROGRAM IN ACTION

Program video

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].