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 and suggestions -- you've helped make this toolbox more useful and easier to use.
To download the current version of the toolbox, click here.
Simply unzip, then add all directories to the Matlab path:
>> addpath(genpath('c:\toolbox')); savepath;
Finally, run the compile script for the mex
files:
>> cd('c:\toolbox');
toolbox_compile;
Version 1.03; May. 3, 2006 (history)