contents.m

来自「基于ica的图像处理工具包 里面有大量的经典算法和用于处理的图像 有图形界面直接」· M 代码 · 共 42 行

M
42
字号
% ICALAB for Image Processing
% (abbreviation of Independent Component Analysis Laboratory)
%
% developed and tested under Matlab versions 6.0 and higher
% Version 2.0, March 20, 2004
% Copyright (c) Andrzej Cichocki, Shun-ichi Amari, Krzysztof Siwek, 
%               Toshihisa Tanaka, Tomasz Rutkowski, Sergio Cruces, Seungjin Choi, 
%               Pando Georgiev and Yasushi Terazono and others. 
%
% The package contains several algorithms for ICA, BSS, BSE, 
% PCA and whitening of images. In this demo version some algorithms are 
% disabled.
%
% Full version of the package is available on the web page of the authors
% http://www.bsp.brain.riken.jp
%
% Type icalab in command window to launch main program 
% with the graphical user interface
%
% Please refer to your Matlab documentation on how to add 
% ICALAB for Image Processing to your Matlab search path. 
%
% ICALAB for Image Processing program:
%   icalab  - Main programm with graphical user interface for ICALAB
%
% Most m-files used by ICALAB for Image Processing are p-coded
% and have .p extensions. 
%
% User algorithms
% 
% The user can integrate with the package his or her own algorithms
% or any suitable algorithm  available in matlab, by simply inserting its
% code in:
% 
%    user_alg1.m - user_alg10.m  files.
%
% The algorithm inserted be the user should return only one variable:
% demixing matrix W
% If your algorithm estimate the mixing matrix H you
% can use W=pinv(H).
%

⌨️ 快捷键说明

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