资源简介

数字图像处理的MATLAB实现第二版书上的源码,图片,还有一些小例题,帮助学习

资源截图

代码片段和文件信息

% DIPUM Toolbox.
% Version 2.0.2  27-May-2012  
%
% MATLAB functions from the book Digital Image Processing Using MATLAB by
% R.C. Gonzalez R.E. Woods and S.L. Eddins Gatesmark Publishing 2009.
% Book web site: http://www.imageprocessingplace.com
% Publisher web site: http://www.gatesmark.com/DIPUM2e.htm
%
% Release information.
%   Readme         - Information about current and previous versions.
%
% Image display and exploration.
%   ice            - Interactive Color Editor.
%   rgbcube        - Displays an RGB cube on the MATLAB desktop.
%
% Image file I/O
%   movie2tifs     - Creates a multiframe TIFF file from a MATLAB movie.
%   seq2tifs       - Creates a multi-frame TIFF file from a MATLAB sequence.
%   tifs2movie     - Create a MATLAB movie from a multiframe TIFF file.
%   tifs2seq       - Create a MATLAB sequence from a multi-frame TIFF file.
%
% Geometric transformations.
%   imtransform2   - 2-D image transformation with fixed output location.
%   pixeldup       - Duplicates pixels of an image in both directions.
%   pointgrid      - Points arranged on a grid.
%   reprotate      - Rotate image repeatedly.
%   vistform       - Visualization transformation effect on set of points.
%
% Image registration.
%   visreg         - Visualize registered images.
%
% Pixel values and statistics.
%   localmean      - Computes an array of local means.
%   statmoments    - Computes statistical central moments of image histogram.
%
% Image analysis.
%   bayesgauss     - Bayes classifier for Gaussian patterns.
%   bound2eight    - Convert 4-connected boundary to 8-connected boundary.
%   bound2four     - Convert 8-connected boundary to 4-connected boundary.
%   bound2im       - Converts a boundary to an image.
%   boundarydir    - Determine the direction of a sequence of planar points.
%   bsubsamp       - Subsample a boundary.
%   colorgrad      - Computes the vector gradient of an RGB image.
%   colorseg       - Performs segmentation of a color image.
%   connectpoly    - Connects vertices of a polygon.
%   cornerprocess  - Processes the output of function cornermetric.
%   diameter       - Measure diameter and related properties of image regions.
%   fchcode        - Computes the Freeman chain code of a boundary.
%   frdescp        - Computes Fourier descriptors.
%   ifrdescp       - Computes inverse Fourier descriptors.
%   im2minperpoly  - Minimum perimeter polygon.
%   imstack2vectors - Extracts vectors from an image stack.
%   invmoments     - Compute invariant moments of image.
%   localthresh    - Local thresholding.
%   mahalanobis    - Computes the Mahalanobis distance.
%   movingthresh   - Image segmentation using a moving average threshold.
%   otsuthresh     - Otsu‘s optimum threshold given a histogram.
%   polyangles     - Computes internal polygon angles.
%   principalcomps - Principal-component vectors and related quantities.
%   randvertex     - Adds random noise to the 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        216  2008-11-21 16:18  Book_Images\DIPUM2E_International_Ed_CH01_Images\._Fig0101.tif

     文件        216  2003-05-22 23:06  Book_Images\DIPUM2E_International_Ed_CH01_Images\._Fig0104.tif

     文件     582324  2008-11-21 16:18  Book_Images\DIPUM2E_International_Ed_CH01_Images\Fig0101.tif

     文件    1049790  2003-05-22 23:06  Book_Images\DIPUM2E_International_Ed_CH01_Images\Fig0104.tif

     文件        216  2003-05-18 16:10  Book_Images\DIPUM2E_International_Ed_CH02_Images\._Fig0203(a).tif

     文件        216  2003-05-18 16:30  Book_Images\DIPUM2E_International_Ed_CH02_Images\._Fig0205(a).tif

     文件        216  2003-05-18 16:33  Book_Images\DIPUM2E_International_Ed_CH02_Images\._Fig0206(a).tif

     文件        216  2003-05-18 16:36  Book_Images\DIPUM2E_International_Ed_CH02_Images\._Fig0208(a).tif

     文件        216  2002-01-24 02:15  Book_Images\DIPUM2E_International_Ed_CH02_Images\._Fig0210(a).tif

     文件        216  2003-02-03 16:55  Book_Images\DIPUM2E_International_Ed_CH02_Images\._Fig0216(a).tif

     文件        216  2013-07-14 20:43  Book_Images\DIPUM2E_International_Ed_CH02_Images\._Fig0217(a).tif

     文件        216  2003-05-18 16:55  Book_Images\DIPUM2E_International_Ed_CH02_Images\._Fig0219(a).tif

     文件        216  2008-06-15 23:26  Book_Images\DIPUM2E_International_Ed_CH02_Images\._Fig0228(a).tif

     文件        216  2006-04-11 10:56  Book_Images\DIPUM2E_International_Ed_CH02_Images\._Fig0233(a).tif

     文件    1146614  2003-05-18 16:10  Book_Images\DIPUM2E_International_Ed_CH02_Images\Fig0203(a).tif

     文件     620247  2003-05-18 16:30  Book_Images\DIPUM2E_International_Ed_CH02_Images\Fig0205(a).tif

     文件    1685376  2003-05-18 16:33  Book_Images\DIPUM2E_International_Ed_CH02_Images\Fig0206(a).tif

     文件    1043655  2003-05-18 16:36  Book_Images\DIPUM2E_International_Ed_CH02_Images\Fig0208(a).tif

     文件     303134  2002-01-24 02:15  Book_Images\DIPUM2E_International_Ed_CH02_Images\Fig0210(a).tif

     文件     262750  2003-02-03 16:55  Book_Images\DIPUM2E_International_Ed_CH02_Images\Fig0216(a).tif

     文件     572892  2013-07-14 20:43  Book_Images\DIPUM2E_International_Ed_CH02_Images\Fig0217(a).tif

     文件     868482  2003-05-18 16:55  Book_Images\DIPUM2E_International_Ed_CH02_Images\Fig0219(a).tif

     文件     294502  2008-06-15 23:26  Book_Images\DIPUM2E_International_Ed_CH02_Images\Fig0228(a).tif

     文件     342542  2006-04-11 10:56  Book_Images\DIPUM2E_International_Ed_CH02_Images\Fig0233(a).tif

     文件        216  2008-05-26 12:59  Book_Images\DIPUM2E_International_Ed_CH03_Images\._Fig0303(a).tif

     文件        216  2003-03-04 01:47  Book_Images\DIPUM2E_International_Ed_CH03_Images\._Fig0305(a).tif

     文件        216  2002-12-03 01:02  Book_Images\DIPUM2E_International_Ed_CH03_Images\._Fig0309(a).tif

     文件        216  2002-03-13 00:00  Book_Images\DIPUM2E_International_Ed_CH03_Images\._Fig0313(a).tif

     文件        216  2002-03-19 02:27  Book_Images\DIPUM2E_International_Ed_CH03_Images\._Fig0318(a).tif

     文件        216  2002-03-19 15:05  Book_Images\DIPUM2E_International_Ed_CH03_Images\._Fig0319(a).tif

............此处省略425个文件信息

评论

共有 条评论