Hi Jon,
From what I understand, you are trying to measure the change in (x,y)
coordinates from Picture A to Picture B. Calibration is typically
used for converting pixel distances to real world values within the
same picture. If you are just comparing the change in distance
between two different pictures, you just need to make the trigonometric
calculations based on how far away the camera is from the object.
The guidelines for what kind of target and what size pattern (ROI, or
Region of Interest) to use in pattern matching are described in the
NI Vision Concepts Manual
(found in C:\Program Files\National
Instruments\Vision\Documentation\Concepts_Manual.pdf). Some
general suggestions include objects with good contrast, distinct
patterns, etc.
To learn more about the specific pattern matching functions, you can search the
NI Vision for LabWindows/CVI Function Reference Help (C:\Program Files\National Instruments\Vision\Documentation\NIVisionCVI.chm), as well as view the shipping example
Pattern Matching.prj.
It will return information about the matches, such as the position or
centroid, which you can easily use to calculate the shift in
location.
Hope this helps; let me know if you have any more questions!
Irene Chow
National Instruments
Applications Engineer