Image Registration
Image registration is the process of aligning two or more images. This process involves designating one image as the reference image, also called the fixed image, and applying geometric transformations or local displacements to the other image so that it aligns with the reference image. Images can be misaligned for a variety of reasons. Commonly, images are captured under variable conditions that can change the camera perspective or the content of the scene.
Together, Image Processing Toolbox™ and Computer Vision Toolbox™ offer four image registration solutions: interactive registration with the Registration Estimator app, intensity-based automatic image registration, control point registration, and automated feature matching. For help selecting which approach to use, see Choose an Image Registration Technique.
Apps
Registration Estimator | Register 2-D grayscale images |
Functions
Topics
Register Images Interactively
- Register Images Using Registration Estimator App
Align a pair of images using feature-based registration techniques in the Registration Estimator app.
Register Images Using Intensity-Based Optimization
- Intensity-Based Automatic Image Registration
Intensity-based automatic image registration uses a similarity metric, an optimizer, and a transformation type to register two images iteratively. - Create an Optimizer and Metric for Intensity-Based Image Registration
Select an image metric and an optimizer suitable for either monomodal or multimodal images. - Use Phase Correlation as Preprocessing Step in Registration
Use phase correlation to estimate an initial transformation when images are severely misaligned. - Register an Image Using Normalized Cross-Correlation
Determine the translation needed to align a cropped subset of an image with the larger image.
Register Images Using Control Point Mapping
- Control Point Registration
To determine the parameters of a geometric transformation, you can pick corresponding pairs of points in two images. - Select Matching Control Point Pairs
Use the Control Point Selection tool to pick control points in the image to be registered and corresponding points in the fixed image.