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
- Host: GitHub
- URL: https://github.com/mattools/matregister
- Owner: mattools
- License: bsd-2-clause
- Created: 2017-01-26T14:01:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T11:10:07.000Z (over 1 year ago)
- Last Synced: 2024-10-28T14:32:55.849Z (over 1 year ago)
- Language: MATLAB
- Homepage:
- Size: 2.81 MB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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...