Image Registration App

版本 1.9.0.1 (202.2 KB) 作者: Brett Shoelson
UI environment for registering a Moving image to a Fixed image
12.0K 次下载
更新时间 2016/9/1

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Geometric Transformation and Image Registration 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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