Code covered by the BSD License
-
Image Registration GUI
GUI environment for registering a Moving image to a Fixed image
-
ImageRegistrationGUI.m
-
distributeObjects(nobjects,st...
[objpos, objdim] = distributeObjects(nobjects, startpos, endpos, gap, warnoff)
-
expandAxes(hndls,rotEnable)
Sets all axes in the handle list to expand in a new figure on buttondown.
-
imgformats(augment)
FILTERSPEC = IMGFORMATS(AUGMENT)
-
markImagePoints(imgax,varname...
Pass in a handle to an image-containing axes
-
sliderPanel(parent,PanelPVs,S...
[sliderHandle,panelHandle,editHandle] = sliderPanel(parent,PanelPVs,SliderPVs,EditPVs,LabelPVs,numFormat)
-
View all files
Image Registration GUI
by Brett Shoelson
09 Jan 2012
(Updated 12 Sep 2012)
GUI environment for registering a Moving image to a Fixed image
|
Watch this File
|
| File Information |
| Description |
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.)
ImageRegistrationGUI(moving_image,fixed_image);
Launches a GUI 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 output of the transformation matrix("TFORM") is not currently supported. But if you enable the "DisplayOptimizations" checkbox, syntax is provided for generation of the TFORM. You can apply that TFORM directly to any image class supported by IMTRANSFORM (including RGB and logical). |
| Required Products |
Image Processing Toolbox
MATLAB
|
| MATLAB release |
MATLAB 8.0 (R2012b)
|
| Other requirements |
REQUIRES MATLAB R2012a or later, and the Image Processing Toolbox |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 09 Aug 2012 |
Better path management when loading new files. (Now queries for second image starting in the directory of the first image.) |
| 12 Sep 2012 |
Updated to include an App file for R2012b. |
|
Contact us