A powerful library for working with N-D patches (currently very much in development). The library also includes several 2D and 3D examples to illustrate the library applicability.
- See
functions
for a list of functions in this library. - See
examples
for a list of examples to get you started.
Do a git pull or download patchlib as a zip. Unzip the files, and add the folder to your MATLAB path:
>> addpath(genpath('PATH_TO_PATCHLIB'));
Then run setup script:
>> verifypatchlib.m;
You'll need some dependencies, based on which code you want to run. Add each toolbox to your MATLAB path.
The following two toolboxes are required by all of the code:
The MRF-related methods (e.g. for spatial regularization):
Adrian Dalca (web | email)
Katie Bouman (web | email)
Contact Please let us know of any questions/suggestions: {adalca,klbouman}@csail.mit.edu