DIP(Matlab)

所属分类:matlab编程
开发工具:matlab
文件大小:369KB
下载次数:4
上传日期:2016-03-30 15:29:30
上 传 者学习达人
说明:  利用matlab实现数字图像处理常用算法
(Digital Image Processing using Matlab)

文件列表:
matlab-code\dipum_1.1.3\0_Read_Me_First.txt (5120, 2004-12-16)
matlab-code\dipum_1.1.3\adpmedian.p (2900, 2004-12-16)
matlab-code\dipum_1.1.3\average.p (694, 2004-12-16)
matlab-code\dipum_1.1.3\bayesgauss.p (3537, 2004-12-16)
matlab-code\dipum_1.1.3\bound2eight.p (4181, 2004-12-16)
matlab-code\dipum_1.1.3\bound2four.p (3929, 2004-12-16)
matlab-code\dipum_1.1.3\bound2im.p (4307, 2004-12-16)
matlab-code\dipum_1.1.3\boundaries.p (7577, 2004-12-16)
matlab-code\dipum_1.1.3\bsubsamp.p (4403, 2004-12-16)
matlab-code\dipum_1.1.3\changeclass.p (958, 2004-12-16)
matlab-code\dipum_1.1.3\colorgrad.p (4904, 2004-12-16)
matlab-code\dipum_1.1.3\colorseg.p (3131, 2004-12-16)
matlab-code\dipum_1.1.3\compare.p (1982, 2004-12-16)
matlab-code\dipum_1.1.3\connectpoly.p (1494, 2004-12-16)
matlab-code\dipum_1.1.3\Contents.m (6128, 2004-12-16)
matlab-code\dipum_1.1.3\conwaylaws.p (1069, 2004-12-16)
matlab-code\dipum_1.1.3\covmatrix.p (1152, 2004-12-16)
matlab-code\dipum_1.1.3\dftcorr.p (646, 2004-12-16)
matlab-code\dipum_1.1.3\dftfilt.p (790, 2004-12-16)
matlab-code\dipum_1.1.3\dftuv.p (1124, 2004-12-16)
matlab-code\dipum_1.1.3\diameter.p (10154, 2004-12-16)
matlab-code\dipum_1.1.3\endpoints.p (1005, 2004-12-16)
matlab-code\dipum_1.1.3\entropy.p (1138, 2004-12-16)
matlab-code\dipum_1.1.3\fchcode.p (8132, 2004-12-16)
matlab-code\dipum_1.1.3\frdescp.p (1742, 2004-12-16)
matlab-code\dipum_1.1.3\fwtcompare.p (1029, 2004-12-16)
matlab-code\dipum_1.1.3\gmean.p (472, 2004-12-16)
matlab-code\dipum_1.1.3\gscale.p (3685, 2004-12-16)
matlab-code\dipum_1.1.3\histroi.p (630, 2004-12-16)
matlab-code\dipum_1.1.3\hough.p (4632, 2004-12-16)
matlab-code\dipum_1.1.3\houghlines.p (4145, 2004-12-16)
matlab-code\dipum_1.1.3\houghpeaks.p (4381, 2004-12-16)
matlab-code\dipum_1.1.3\houghpixels.p (1746, 2004-12-16)
matlab-code\dipum_1.1.3\hpfilter.p (659, 2004-12-16)
matlab-code\dipum_1.1.3\hsi2rgb.p (3930, 2004-12-16)
matlab-code\dipum_1.1.3\huff2mat.p (4343, 2004-12-16)
matlab-code\dipum_1.1.3\huffman.p (3834, 2004-12-16)
matlab-code\dipum_1.1.3\ice.fig (46808, 2004-12-16)
matlab-code\dipum_1.1.3\ice.p (59152, 2004-12-16)
matlab-code\dipum_1.1.3\ice_stand_alone.p (88771, 2004-12-16)
... ...

% README file for the DIPUM Toolbox. % % These MATLAB functions were created for the book Digital Image % Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and % S.L. Eddins, Prentice Hall, 2004, ISBN 0130085197. The functions % supplement and extend the image processing functionality of MATLAB % and the Image Processing Toolbox, both offered by The MathWorks. % % The free version of the DIPUM Toolbox % ------------------------------------- % The free version of the DIPUM Toolbox contains only executable % MATLAB P-files. P-files may be executed as MATLAB functions just % as M-files. Unlike M-files, however, neither the help text nor the % source code is accessible. Complete source code listings for all % functions are included in the book. % % The registered version of the DIPUM Toolbox % ------------------------------------------- % The registered version of the DIPUM Toolbox contains M-files with % readable source code and help text. Users who want the M-files in % electronic form may obtain, for a small fee, a password allowing them % to download the registered toolbox. More information about obtaining % the registered toolbox version is available at the book's web site: % % http://www.imageprocessingbook.com/index_dipum.htm % % Requirements % ------------ % This initial release of the DIPUM Toolbox was developed and tested % using MATLAB 6.5 and the Image Processing Toolbox 3.1. The DIPUM % Toolbox is not supported for use with earlier versions of MATLAB or % the Image Processing Toolbox. Most DIPUM functions require the % Image Processing Toolbox. % % The DIPUM Toolbox works with all MATLAB platforms. It includes one % MEX-file (UNRAVEL, which is used for Huffman decoding). Compiled % binaries for this MEX-file are provided for all MATLAB platforms. % % Installation % ------------ % To install the DIPUM Toolbox, place the folder containing the % functions on a local hard drive or a network drive accessible to % your computer, and then include the folder location in the MATLAB % path. To set the MATLAB path, start MATLAB and then select the % File/Set Path menu item. Then select Add Folder. Use the % navigation window to select the folder containing the functions. % Click OK and then click Save. The functions will then be ready for % use within MATLAB. % % Copyright % --------- % The DIPUM Toolbox is protected under U.S. and international copyright % law. You may not transfer, publish, disclose, display, or otherwise % make available either the free or the registered versions of the DIPUM % Toolbox to other people. In particular, you may not place either % version of the DIPUM Toolbox on an Internet site, a computer bulletin % board, or an anonymous ftp directory from which it could be downloaded % or copied by other people. Anyone may obtain the free version % directly from the book's web site. % % Disclaimer of Warranty % ---------------------- % The DIPUM Toolbox source code is furnished "as is." Neither the % authors nor the publisher of Digital Image Processing Using MATLAB % make or imply any warranties that the DIPUM Toolbox software is free % of error, that it is consistent with any particular standard of % merchantability, or that it will meet your requirements for any % particular application. The authors accept no responsibility for any % mathematical or technical limitations of the functions that make up % the DIPUM Toolbox. The DIPUM Toolbox should not be relied upon for % solving a problem whose incorrect solution could result in injury to a % person or loss of property. Neither the authors nor the publisher of % Digital Image Processing Using MATLAB shall in any event be liable for % any damages, whether direct or indirect, special or general, % consequential or incidental, arising from use of the DIPUM Toolbox. % % The DIPUM Toolbox was not created by The MathWorks, nor is it % supported by The MathWorks. % % About Version 1.1.3 % ------------------- % Release date: 15-Dec-2004 % % Changes: % * bayesgauss: Corrected bug in the optimized version that was % released in DIPUM Toolbox 1.1. % % About Version 1.1.2 % ------------------- % Release date: 04-Nov-2004 % % Changes: % * bayesgauss: Revised help text and some comments in the code. % % * bsubsamp: Corrected indexing errors that occurred under some % conditions. % % * ifrdescp: Revised help text. % % * imnoise3: Revised help text. % % * lpfilter: Removed a superfluous output variable. % % * statxture: Removed unnecessary brackets surrounding output % variable. % % About Version 1.1.1 % ------------------- % Release date: 04-Jun-2004 % % Changes: % * Added missing ice.fig file to toolbox distribution. % % About Version 1.1 % ----------------- % Release date: 10-Mar-2004 % % Changes: % * Function bayesgauss was modified to improve performance. % % About Version 1.0 % ----------------- % Release date: 01-Dec-2003 % % This initial release of the DIPUM Toolbox coincides with the % initial publication of Digital Image Processing Using MATLAB. % % Copyright 2002-2004 R. C. Gonzalez, R. E. Woods, & S. L. Eddins % Digital Image Processing Using MATLAB, Prentice-Hall, 2004 % $Revision: 1.11 $ $Date: 2004/12/16 18:25:11 $

近期下载者

相关文件


收藏者