Skip to content

Commit

Permalink
Initial code commit for DIPUM Toolbox 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Eddins committed Jan 6, 2020
1 parent 4302a79 commit 1591710
Show file tree
Hide file tree
Showing 223 changed files with 15,497 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file added dipum/CIE 1931 Standard Observer (1nm).xlsx
Binary file not shown.
263 changes: 263 additions & 0 deletions dipum/Contents.m

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions dipum/Readme.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
%README Information about current and previous versions.
%
% DIPUM Toolbox 3.x contains MATLAB functions were created for the book
% Digital Image Processing Using MATLAB, 3rd edition, by R.C. Gonzalez,
% R.E. Woods, and S.L. Eddins, Gatesmark Publishing, 2020. The
% functions supplement and extend the image processing functionality of
% MATLAB and the Image Processing Toolbox, both offered by The
% MathWorks.
%
% Copyright 2002-2020 Gatesmark
%
% Book website: http://www.imageprocessingplace.com
% License: https://github.com/dipum/dipum-toolbox/blob/master/LICENSE.txt
%
% Requirements
% ------------
% This release of the DIPUM Toolbox works with R2016b or later of MATLAB
% and the Image Processing Toolbox. 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, go to
% https://github.com/dipum/dipum-toolbox/releases and download the
% latest dipum-toolbox.mltbx file. In MATLAB, navigate to the folder
% containing the downloaded file and double-click on it in the MATLAB
% Current Folder Browser. An installer will open to guide you through
% the installation process.
%
% Alternatively, download the latest code from the DIPUM Toolbox
% repository, https://github.com/dipum/dipum-toolbox, and add all the
% code folders to the MATLAB Search Path. In the MATLAB HOME tab, click
% on Set Path. Then, click on "Add with Subfolders..." and select the
% top-level folder containing the DIPUM Toolbox files.



Loading

0 comments on commit 1591710

Please sign in to comment.