界面 Resources

Showing items tagged with "界面"

This MATLAB code implements PET-CT image fusion with a GUI interface. The main file untitled.m launches an interactive interface for loading and fusing medical images. Sample demonstration images are included in the folder for testing purposes. The algorithm achieves a performance score of 0.7 out of 1.0, utilizing image registration and pixel-level fusion techniques.

MATLAB 251 views Tagged

This project implements an image registration approach using mutual information entropy, featuring complete MATLAB code with a graphical user interface (GUI). The package includes core registration algorithms and interface design components, making it suitable for beginners learning image registration techniques or MATLAB GUI development. The implementation demonstrates practical integration of information theory metrics with optimization methods for medical and multimodal image alignment.

MATLAB 487 views Tagged