0_Read_Me_First

download 0_Read_Me_First

of 3

Transcript of 0_Read_Me_First

  • 7/24/2019 0_Read_Me_First

    1/3

    README file for the DIPUM Toolbox.

    These MATLAB functions were created for the book Digital ImageProcessing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, andS.L. Eddins, Prentice Hall, 2004, ISBN 0130085197. The functionssupplement and extend the image processing functionality of MATLABand 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 executableMATLAB P-files. P-files may be executed as MATLAB functions justas M-files. Unlike M-files, however, neither the help text nor thesource code is accessible. Complete source code listings for allfunctions are included in the book.

    The registered version of the DIPUM Toolbox-------------------------------------------The registered version of the DIPUM Toolbox contains M-files withreadable source code and help text. Users who want the M-files inelectronic form may obtain, for a small fee, a password allowing themto download the registered toolbox. More information about obtainingthe registered toolbox version is available at the book's web site:

    http://www.imageprocessingplace.com/DIPUM/dipum_m_files/dipum_toolbox.htm

    Requirements------------This initial release of the DIPUM Toolbox was developed and testedusing MATLAB 6.5 and the Image Processing Toolbox 3.1. The DIPUMToolbox is not supported for use with earlier versions of MATLAB orthe Image Processing Toolbox. Most DIPUM functions require theImage Processing Toolbox.

    The DIPUM Toolbox works with all MATLAB platforms. It includes oneMEX-file (UNRAVEL, which is used for Huffman decoding). Compiledbinaries for this MEX-file are provided for all MATLAB platforms.

    Installation------------To install the DIPUM Toolbox, place the folder containing thefunctions on a local hard drive or a network drive accessible toyour computer, and then include the folder location in the MATLABpath. To set the MATLAB path, start MATLAB and then select theFile/Set Path menu item. Then select Add Folder. Use thenavigation window to select the folder containing the functions.Click OK and then click Save. The functions will then be ready foruse within MATLAB.

    Copyright

    ---------The DIPUM Toolbox is protected under U.S. and international copyrightlaw. You may not transfer, publish, disclose, display, or otherwisemake available either the free or the registered versions of the DIPUMToolbox to other people. In particular, you may not place eitherversion of the DIPUM Toolbox on an Internet site, a computer bulletinboard, or an anonymous ftp directory from which it could be downloadedor copied by other people. Anyone may obtain the free versiondirectly from the book's web site.

  • 7/24/2019 0_Read_Me_First

    2/3

    Disclaimer of Warranty----------------------The DIPUM Toolbox source code is furnished "as is." Neither theauthors nor the publisher of Digital Image Processing Using MATLABmake or imply any warranties that the DIPUM Toolbox software is freeof error, that it is consistent with any particular standard ofmerchantability, or that it will meet your requirements for anyparticular application. The authors accept no responsibility for anymathematical or technical limitations of the functions that make upthe DIPUM Toolbox. The DIPUM Toolbox should not be relied upon forsolving a problem whose incorrect solution could result in injury to aperson or loss of property. Neither the authors nor the publisher ofDigital Image Processing Using MATLAB shall in any event be liable forany 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 itsupported by The MathWorks.

    About Version 1.1.4-------------------Release date: 15-July-2006

    Changes:

    * bayesgauss: Corrected typo in help text.* ifrdescp: Corrected typo in help text.* im2jpeg: Corrected bug in end-of-block computation.* imnoise2: Corrected bug in the lognormal computation.* mahalanobis: Corrected typo in help text.* pixeldup: Corrected typo in comment.* rgb2hsi: Corrected typo in comment.

    About Version 1.1.3-------------------Release date: 15-Dec-2004

    Changes:

    * bayesgauss: Corrected bug in the optimized version that wasreleased 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 someconditions.

    * ifrdescp: Revised help text.

    * imnoise3: Revised help text.

    * lpfilter: Removed a superfluous output variable.

    * statxture: Removed unnecessary brackets surrounding outputvariable.

    About Version 1.1.1

  • 7/24/2019 0_Read_Me_First

    3/3

    -------------------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 theinitial publication of Digital Image Processing Using MATLAB.

    Copyright 2002-2006 R. C. Gonzalez, R. E. Woods, & S. L. EddinsDigital Image Processing Using MATLAB, Prentice-Hall, 2004$Revision: 1.15 $ $Date: 2006/07/15 20:43:48 $