Image Registration App

UI environment for registering a Moving image to a Fixed image
12K Downloads
Updated 1 Sep 2016

View License

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

ImageRegistrationApp(moving_image,fixed_image);
Launches a UI 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 calculation of the transformation matrix("TFORM") is now supported (requires R2013a)!

Cite As

Brett Shoelson (2024). Image Registration App (https://www.mathworks.com/matlabcentral/fileexchange/34510-image-registration-app), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Geometric Transformation and Image Registration in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.9.0.1

Updated license

1.9.0.0

Bug fixes. Should be more robust over a wider range of MATLAB versions.

1.8.0.0

Just changed the description to indicate that as of R2013a, now supports calculation of TFORM.

1.7.0.0

Updated to work with IMREGTFORM/IMWARP in R2013a, and to output code for TFORM creation. Also renamed from "GUI" to "App."

1.5.0.0

Updated to include an App file for R2012b.

1.4.0.0

Better path management when loading new files. (Now queries for second image starting in the directory of the first image.)

1.2.0.0

n/a