12-12-2013 09:55 AM
Hello,
Our company has a number of LabView and TestStand licenses, but we do not have the Ni Vision Development Module. Up until now it hasn't been necessary, and
I don't think it is , alhough that is why I'm writing.
I need a very basic recognition solution. A device has Label A on the front and Label Be on the back. The device has a distinctive recognizable area on each side as well.
I need to look at the 'front' and distinguish Yes this the front and Yes this is Label A - No this isn't the front and No this isn't Label A
I would think there are inexpensive solutions for such a basic function, but I'm not having much luck finding them.
Any advice would be greatly appreciated.
12-12-2013 11:13 AM
12-12-2013 02:22 PM - edited 12-12-2013 02:24 PM
Hello,
you could use OpenCV (http://opencv.org/) to achieve your goal, without needing the NI Vision Module. Build a dynamic link library (DLL) and call it in Labview. Simple pattern matching should be fairly simple to implement and would probably suffice in your case.
P.S.: You would need some C++ knowledge.
You can find some examples of calling OpenCV functions from Labview here:
https://decibel.ni.com/content/blogs/kl3m3n
It is used with the NI Vision Module, but only to display the image (I think no image processing is performed with NI Vision functions...)
Best regards,
K