adalca / patchlib

MATLAB library for N-D patch work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MATLAB library for N-D patch work


Languages

Language:MATLAB 97.8%Language:C++ 1.5%Language:TeX 0.7%