Overview

DESCRIPTION^

This toolbox is meant to facilitate the manipulation of images and video in Matlab. Its purpose is to complement, not replace, Matlab's Image Processing Toolbox, and in fact it requires that the Matlab Image Toolbox be installed. Emphasis has been placed on code efficiency and code reuse. Thanks to everyone who has given me feedback -- you've helped make this toolbox more useful and easier to use.

CONTENTS^

The toolbox is divided into 5 parts, arranged by directory:

DOWNLOAD^

For version history click here. This code is licensed under the Simplified BSD License.

INSTALL^

Simply unzip, then add all directories to the Matlab path:
  >> addpath(genpath('c:\toolbox')); savepath;

If needed, run the compile script for the mex files:
  >> toolboxCompile;
Note: 64 bit Windows/Linux binaries are already included.

CITE^

If you use use this code in a publication, I would be grateful if you cite:

@misc{PMT,
   author = {Piotr Doll\'ar},
   title = {{P}iotr's {I}mage and {V}ideo {M}atlab {T}oolbox ({PMT})},
   howpublished = {\url{http://vision.ucsd.edu/~pdollar/toolbox/doc/index.html}}
}

Use of channels requires separate citations.

CONTACT^

If you have a question or a suggestion, or if you find a bug, please email me at pdollar-at-caltech.edu