Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Image Processing & Analysis > Feature Detection > ImageCorrespondingPoints >

ImageCorrespondingPoints

ImageCorrespondingPoints
finds a set of matching interest points in and and returns their pixel coordinates.
  • ImageCorrespondingPoints returns an expression of the form , where the are lists of pixel coordinates representing the matching points in .
  • The geometric relation between the matching points can be constrained by setting the option. The default setting is None. Possible settings include:
"Translation"translation only
"Rigid"translation and rotation
"Similarity"translation, rotation, and scaling
"Affine"linear transformation and translation
"Perspective"linear fractional transformation
"EpiPolar"epipolar transformation, mapping a point in one image to a line in the other image
Noneno geometric constraints
Corresponding points of two different images of the same object:
Corresponding points of two different images of the same object:
In[1]:=
Click for copyable input
Out[1]=
Find matching positions for stereovision applications:
Extract the matching patches from two images:
Find the rotation angle between two images:
Find and visualize matching points in two images of the moon:
New in 8
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF