Skip to content

adalca/patchlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patchlib

A library for working with N-D patches, also including several 2D and 3D examples to illustrate the library applicability.

  • See functions for a (non-exhaustive) list of functions.
  • See examples for a list of examples to get you started.
  • See papers section below for a list of academic papers in which we used this library

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

Add each of the following toolboxes to your MATLAB path:

The following toolbox is required by all of the code:

The MRF-related methods (e.g. for spatial regularization):

Papers

If you find this library useful, please cite one of the following papers for which the library was initially built (download bib):

Contributors

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

Contact Please let us know of any questions/suggestions by opening an issue or emailing us at {adalca,klbouman}@csail.mit.edu