2.33333

2.3 | 3 ratings Rate this file 30 Downloads (last 30 days) File Size: 7.19 KB File ID: #13568
image thumbnail

Display the fusion of two images

by Dany Simard

 

05 Jan 2007 (Updated 18 Jan 2007)

This is a simple but efficient tool (GUI) for the visualization of 2 superposed images from workspa

| Watch this File

File Information
Description

This is a simple but efficient tool (GUI) for the visualization of 2 superposed images (2D) from the workspace . You can change the display value of each image with a slider, and you have few visualization modes (red fusion, white/gray fusion, addition of the two images multiplied by their display value, addition of one image to the other). Moreover, you can add data points (cross) on the image fusion.

You can simply call the GUI with a function and load images from it or you can load images directly while opening the GUI:

commands:
>>DispFusion
>>DispFusion(Im1)
>>DispFusion(Im1,Im2)

Acknowledgements
This submission has inspired the following:
ImagePatchTool
MATLAB release MATLAB 7.3 (R2006b)
Other requirements It should work on any platform, but have been tested only on windows. You will 7.x or later MATLAB version because GUI FIG-files that are created with MATLAB 7.x are not automatically compatible with Version 6.5 and earlier versions.
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (3)
19 Jun 2007 michael sch

??? Error using ==> image
Error using ==> image
Indexed CData must be size [MxN], TrueColor CData must be size [MxNx3].

Error in ==> imagesc at 40
    hh = image(varargin{:},'CDataMapping','scaled');

Error in ==> DisplayFusionGUI>Afficher at 123
        imagesc(abs(cat(3,ImGRAY/normGRAY.*1-FRGB(1)*ImFusion/normFusion.*0.5*handles.DispFusion,...

Error in ==> gui_mainfcn at 75
        feval(varargin{:});

Error in ==> DisplayFusionGUI at 49
    gui_mainfcn(gui_State, varargin{:});

Error in ==> DispFusion at 40
    DisplayFusionGUI('Afficher',handles.figure1,[],handles);

10 Sep 2007 R P  
19 Jan 2008 Xz Xz

unite with michael sch !Not work!

Please login to add a comment or rating.
Updates
09 Jan 2007

Minors modifications

18 Jan 2007

To add a Matlab version requirement notice and to make few code modifications

Tag Activity for this File
Tag Applied By Date/Time
images fusion visualization superposition gui Dany Simard 22 Oct 2008 08:55:37
images fusion visualization superposition gui Muhammad 29 Jul 2009 10:18:05

Contact us at files@mathworks.com