Skip to content

mattools/matRegister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Matlab library for registration of images and geometric models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages