Skip to content

adalca/patchlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patchlib

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.

Installation

Set up code

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;

Dependencies

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):

Contributors

Adrian Dalca (web | email)
Katie Bouman (web | email)

Contact Please let us know of any questions/suggestions: {adalca,klbouman}@csail.mit.edu