patchlib

MATLAB library for N-D patch work

https://github.com/adalca/patchlib

Science Score: 28.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary

Keywords

matlab nearest-neighbor-search patches toolboxes toolset
Last synced: 6 months ago · JSON representation ·

Repository

MATLAB library for N-D patch work

Basic Info
  • Host: GitHub
  • Owner: adalca
  • Language: MATLAB
  • Default Branch: master
  • Size: 1.82 MB
Statistics
  • Stars: 3
  • Watchers: 6
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Topics
matlab nearest-neighbor-search patches toolboxes toolset
Created over 11 years ago · Last pushed almost 7 years ago
Metadata Files
Readme Citation

readme.md

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

The MRF-related methods (e.g. for spatial regularization): - UGM library by Mark Schmidt

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

Owner

  • Name: Adrian Dalca
  • Login: adalca
  • Kind: user
  • Location: Cambridge, MA
  • Company: MIT

Professor at Harvard Medical School, Researcher at MIT. Machine Learning in Medical Image Analysis, computer vision.

Citation (citations.bib)

@article{dalca2019medical,
  title={Medical Image Imputation From Image Collections},
  author={Dalca, Adrian V and Bouman, Katherine L and Freeman, William T and Rost, Natalia S and Sabuncu, Mert R and Golland, Polina},
  journal={IEEE transactions on medical imaging},
  volume={38},
  number={2},
  pages={504--514},
  year={2019},
  publisher={IEEE}
}

@inproceedings{dalca2017population,
  title={Population Based Image Imputation},
  author={Dalca, Adrian V and Bouman, Katherine L and Freeman, William T and Rost, Natalia S and Sabuncu, Mert R and Golland, Polina},
  booktitle={Information Processing in Medical Imaging},
  year={2017},
  pages={1--13},
  organization={Springer}
}

@inproceedings{dalca2016patch,
  title={Patch-Based Discrete Registration of Clinical Brain Images},
  author={Dalca, Adrian V and Bobu, Andreea and Rost, Natalia S and Golland, Polina},
  booktitle={International Workshop on Patch-based Techniques in Medical Imaging},
  pages={60--67},
  year={2016},
  organization={Springer}
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels