Code covered by the BSD License  

Highlights from
Image Registration GUI

from Image Registration GUI by Brett Shoelson
GUI environment for registering a Moving image to a Fixed image

Image Registration GUI

GUI environment for registering a Moving image to a Fixed image

Provided interactive access to ALL parameters and components used by the IMREGISTER tool chain.
  
REQUIRES the Image Processing Toolbox and MATLAB R2012a or later!
  
SYNTAX:
ImageRegistrationGUI
Launches a GUI with default images.
(New images can be loaded from the menu.)
  
ImageRegistrationGUI(moving_image,fixed_image);
Launches a GUI with user-specified Moving and Fixed images. Images can be specified by name, or provided directly.
  
CLASS SUPPORT/NOTE: ImageRegistrationGUI supports the same (2D grayscale) image classes supported by IMREGISTER. However, it will also work on RGB images (using RGB2GRAY under the hood), and on logical images (using IM2DOUBLE). Direct output of the transformation matrix("TFORM") is not currently supported. But if you enable the "DisplayOptimizations" checkbox, syntax is provided for generation of the TFORM. You can apply that TFORM directly to any image class supported by IMTRANSFORM (including RGB and logical).

Contact us