This site is being phased out.

Image registration

From Mathematics Is A Science
Jump to navigationJump to search

Under construction...

Starting with binary images, always!

A common approach to image registration is minimization of a similarity measure over all possible alignments of the two images. There are a lot of those. However, such a minimization is very time consuming. A direct search for the several best alignments followed by the evaluation of a similarity measure is a more efficient approach.

To align two images you need to establish a correspondence between 2 points in one 2D image and 2 points in the other (3 points if reflection is allowed). The center of mass is normally chosen as the first point. To find the orientation of the image with respect to the center of mass, higher order moments have been applied. This method has been proven unstable.

Alternatively, one can start with image analysis and align a collection of objects in the first image and a collection in the second image. The centers of mass of these two collections provide the second pair of aligned points. This procedure may be repeated for all collections. An advantage of this approach is that it allows matching images with missing parts. More...

Analysis of microarrays is related to the subject...