06-18-2013 10:14 AM
Hi
I try to realise real time recognition small objects. I am using Vision assistant. With color pattern matching I create a template selecting the object that I would like to recognise. Than I check if everything is OK with batch processing. Using batch processing after matching of the template with the current image the object is marked with red window. After creating labview VI application and after starting the application the red window doesn't appear. I would like to mark the matching object somehow. How I can do it with labview?
Thank You
06-19-2013 02:11 AM
Hi Tiho,
Can you please post the application you have developed to have a look at it? Also, please attach a sample of the picture.
Best regards,
IonR.
06-19-2013 06:40 AM
HI
Here is my application. I would like during the work of my camera the application to look for a desired object. If the application found the desired object I want to mark it somehow.
Thank you
06-19-2013 06:44 AM
Here is my application too.
06-19-2013 06:59 AM
Here is my application
06-20-2013 01:14 AM
Hi tiho,
In LabVIEW, the IMAQ Find Pattern will return an array of cluster with all the matches of your scene.You can use the overlay functions to display either the x and y coordinates of your matches or the bounding box of each match.
Best regards
06-20-2013 01:43 PM
Thank you for your answer. I would like to ask how to connect the camera to this code.
Thank you
06-21-2013 01:20 AM
Hi,
In fact, to use this code, you have to code with low level functions of LabVIEW, and forgive the express VIs that you have used, at least for the processing part.
Have a look at the examples you can find a lot of stuff there. (Help->Find examples)
Regards
06-21-2013 02:30 AM
Hi
I tried to correct my application but without success. I am sending the error made during the start of the application. I am using a standart web camera in RGB mode.
Error - 1074395995 occured at IMAQ ReadFile
Possible reason(s):
IMAQ Vision: File not found
06-21-2013 03:03 AM
Hi,
just input the right path to your pattern png file.