01-31-2012 12:04 PM
Hello!
I am trying to develop an application wherein I want to identify and locate(determination of the dimension and orientation of a 3D object w.r.t a particular reference frame) a 3D object in any pose. What is the correct approach for such a problem? I am new to LabView, so any kind of example or links to reading materials will be helpful.
Thanks...
02-01-2012 01:52 PM
Hello 82822,
You could start by looking through the Vision Concepts Manual. You can find that document here: http://digital.ni.com/manuals.nsf/websearch/DC79FE1DC05CA0C8862578DA00772978 . It has a lot of useful information on different kinds of images processing.
You could do a simple pattern match to recognize the object and then use the coordinates of the object that the pattern match finds to define the object's location.