VXI and VME

cancel
Showing results for 
Search instead for 
Did you mean: 

how to define and track a particular pattern in a series of images?

i'm working on a robot project which require the robot chase an object. i plan on acquire images from IMAQ vision and control the motion of robot by LabVIEW.
0 Kudos
Message 1 of 2
(5,880 Views)
One example that you might look at to get you started is located here.

To use pattern matching, you will need something on your target that will not change size, this may not be practical for a robot that will be chasing something. You can also look at thresholding followed by blob analysis to determine which item in your field of view is the target. This method works if your object will not be the same color as the background. This is faster than pattern matching, and is more size independant.
0 Kudos
Message 2 of 2
(5,880 Views)