An open API service indexing awesome lists of open source software.

https://github.com/mattools/matregister

Matlab library for registration of images and geometric models
https://github.com/mattools/matregister

Last synced: 9 months ago
JSON representation

Matlab library for registration of images and geometric models

Awesome Lists containing this project

README

          

# matRegister
Matlab library for registration of images and geometric models

MatRegister is a library for Image registration with Matlab.

The MatRegister library focusses on iconic registration. It follows ITK's registration general workflow,
and implements the following components:
* several parametric transform models (affine, polynomial, B-Spline...)
* Image-to-image metrics (sum of square differences, mutual information)
* optimizer classes, some of them wrapping the optimization toolbox from matlab.
* various image interpolation strategies (linear, nearest-neighbor)
* image resampling strategies

The MatRegister library rely on the `Image` class, also available on GitHub: https://github.com/mattools/matlab-image-class.

To install, run the `setupMatRegister.m`, which can be found in the `matRegister` directory.

The library is under development, handle with care...