Image Registration App

버전 1.9.0.1 (202 KB) 작성자: Brett Shoelson
UI environment for registering a Moving image to a Fixed image
다운로드 수: 12K
업데이트 날짜: 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