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. This toolbox is now maintained by both Piotr Dollar and Vincent Rabaud. The name of the toolbox has not, however, been updated accordingly! Thanks to everyone who has given me feedback and suggestions -- you've helped make this toolbox more useful and easier to use.
For version history click here. This code is licensed under the Lesser GPL.
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'); toolboxCompile;
Note: Windows/Linux binaries are already included.