Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.27 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.27 KB

Laplacian Re Decomposition for Multimodal Medical Image Fusion

This repository contains testing code for the proposed Laplacian-Re-Decomposition (LRD) presented at IEEE TIM 2020.

image

Prerequisites

Matlab

We use Matlab 2019b for our implementation.

Usage

Our current release has been tested on Win 10.

Step 1: Downloading

Select the 'Clone or Download' button in the upper right corner to download this repository.

Step 2: Running

Run the LRD_fusion_method.m script in the source_code folder, the fusion result is in the Results folder.

Reference

@article{li2020laplacian,
  title={Laplacian redecomposition for multimodal medical image fusion},
  author={Li, Xiaoxiao and Guo, Xiaopeng and Han, Pengfei and Wang, Xiang and Li, Huaguang and Luo, Tao},
  journal={IEEE Transactions on Instrumentation and Measurement},
  volume={69},
  number={9},
  pages={6880--6890},
  year={2020},
  publisher={IEEE}
}

Li X, Guo X, Han P, et al. Laplacian redecomposition for multimodal medical image fusion[J]. 
IEEE Transactions on Instrumentation and Measurement, 2020, 69(9): 6880-6890.

For any questions, please contact Xiaoxiao Li (lxxwxy@outlook.com).