A Python3 implementation of the paper https://infoscience.epfl.ch/record/270048 using PyTorch and OpenCV.
In clinical applications, such as image-guided surgery and noninvasive diagnosis, medical image fusion plays a central role by integrating information from multiple sources into a single, more understandable output. An example generated by the method proposed is illustrated below:
- Python 3+
- pip
- Open the terminal
- Type
git clone https://github.com/PanPapag/Zero-Learning-Fast-Medical-Image-Fusion.git
to clone the repository to your local machine - Type
pip install -r requirements.txt
- Type
python main.py --help
to view possible options - Type
python main.py
to run the app
This project is licensed under the MIT License.
MIT © PanPapag