Image Registration App

UI environment for registering a Moving image to a Fixed image
12K descargas
Actualizado 1 sep 2016

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2012b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Geometric Transformation and Image Registration en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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