Image Registration App

UI environment for registering a Moving image to a Fixed image

Al momento, stai seguendo questo contributo

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

Cita come

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

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
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