DIPUM_toolbox_v1.1.3

所属分类:matlab编程
开发工具:matlab
文件大小:148KB
下载次数:14
上传日期:2016-10-04 15:58:34
上 传 者信安
说明:  基于matlab开发的数字图像处理软件包。
(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.)

文件列表:
DIPUM_toolbox_v1.1.3\0_Read_Me_First.txt (5120, 2004-12-16)
DIPUM_toolbox_v1.1.3\adpmedian.m (1572, 2004-12-16)
DIPUM_toolbox_v1.1.3\average.m (651, 2004-12-16)
DIPUM_toolbox_v1.1.3\bayesgauss.m (3034, 2004-12-16)
DIPUM_toolbox_v1.1.3\bound2eight.m (3063, 2004-12-16)
DIPUM_toolbox_v1.1.3\bound2four.m (2477, 2004-12-16)
DIPUM_toolbox_v1.1.3\bound2im.m (2224, 2004-12-16)
DIPUM_toolbox_v1.1.3\boundaries.m (5776, 2004-12-16)
DIPUM_toolbox_v1.1.3\bsubsamp.m (3966, 2004-12-16)
DIPUM_toolbox_v1.1.3\changeclass.m (592, 2004-12-16)
DIPUM_toolbox_v1.1.3\colorgrad.m (2353, 2004-12-16)
DIPUM_toolbox_v1.1.3\colorseg.m (2428, 2004-12-16)
DIPUM_toolbox_v1.1.3\compare.m (1177, 2004-12-16)
DIPUM_toolbox_v1.1.3\connectpoly.m (1040, 2004-12-16)
DIPUM_toolbox_v1.1.3\Contents.m (6128, 2004-12-16)
DIPUM_toolbox_v1.1.3\conwaylaws.m (799, 2004-12-16)
DIPUM_toolbox_v1.1.3\covmatrix.m (977, 2004-12-16)
DIPUM_toolbox_v1.1.3\dftcorr.m (687, 2004-12-16)
DIPUM_toolbox_v1.1.3\dftfilt.m (882, 2004-12-16)
DIPUM_toolbox_v1.1.3\dftuv.m (736, 2004-12-16)
DIPUM_toolbox_v1.1.3\diameter.m (6622, 2004-12-16)
DIPUM_toolbox_v1.1.3\endpoints.m (874, 2004-12-16)
DIPUM_toolbox_v1.1.3\entropy.m (1028, 2004-12-16)
DIPUM_toolbox_v1.1.3\fchcode.m (8758, 2004-12-16)
DIPUM_toolbox_v1.1.3\frdescp.m (1454, 2004-12-16)
DIPUM_toolbox_v1.1.3\fwtcompare.m (992, 2004-12-16)
DIPUM_toolbox_v1.1.3\gmean.m (447, 2004-12-16)
DIPUM_toolbox_v1.1.3\gscale.m (2087, 2004-12-16)
DIPUM_toolbox_v1.1.3\histroi.m (920, 2004-12-16)
DIPUM_toolbox_v1.1.3\hough.m (2707, 2004-12-16)
DIPUM_toolbox_v1.1.3\houghlines.m (2886, 2004-12-16)
DIPUM_toolbox_v1.1.3\houghpeaks.m (2711, 2004-12-16)
DIPUM_toolbox_v1.1.3\houghpixels.m (1046, 2004-12-16)
DIPUM_toolbox_v1.1.3\hpfilter.m (1264, 2004-12-16)
DIPUM_toolbox_v1.1.3\hsi2rgb.m (1989, 2004-12-16)
DIPUM_toolbox_v1.1.3\huff2mat.m (2518, 2004-12-16)
DIPUM_toolbox_v1.1.3\huffman.m (2887, 2004-12-16)
DIPUM_toolbox_v1.1.3\ice.fig (46808, 2004-12-16)
DIPUM_toolbox_v1.1.3\ice.m (26932, 2004-12-16)
DIPUM_toolbox_v1.1.3\ice_stand_alone.m (47670, 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 $

近期下载者

相关文件


收藏者