09-26-2008 02:29 AM
Hello sir,
I am N.Iniyan Thiruselvam, Final Year BE SW Mechanical, PSG college of Technology. I have Licenced version of LabVIEW 8.2. I have inslalled device drivers and also NI IMAQ 4.0. Now I can only aquire an image in LaBVIEW software using Basler IEEE 1394 camera. I have now finished interfacing the camera. I need to process the aquired image and compare it with a standard template and check whether the the captured image matches with the template or not. What should I do? Should I install some other device drivers. I need to do it in LabVIEW itself without using Vision Assistant or Vision Builder. Is it possible?
09-30-2008 08:43 AM
Hi,
IMAQ just allows you to aquire images. I don't think Labview has any vision processing functions included. You need to purchase NI Vision software to process the images. This is quite expensive but I think you can download it and try for 30 days.
Good luck,
Dan
10-01-2008 12:45 PM
Does your package have the ImageToArray function. If so, you can convert the image to an array and use array math to compare to a template...(which will also need to be in array format.)
10-02-2008 09:28 AM