matifus.m

来自「一个用于图像融合的matlab源程序」· M 代码 · 共 19 行

M
19
字号
disp('                    < M A T I F U S >                ');disp('            A MATLAB Toolbox for Image Fusion        ');disp('                  Copyright 2002--2005,              ');disp('      Stichting Centrum voor Wiskunde en Informatica ');disp('                            &                        ');disp('                 Technologiestichting STW            ');disp('                                                     ');disp('                   Version October 7, 2005           ');ourpath;    % Adds necessary tools to the matlabpath.            % Please adapt the contents of "ourpath" to your own environment.% Random check of path followsif exist('matifushelp','file') ~= 2  path  warning(' matifus - Your search PATH list does not include all matifus files ');  warning(' matifus - Probably file ourpath.m wants adaptation to your environment. ');end%matifusq;   % Launches the GUI.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?