02-05-2013 10:17 PM
I am acquiring color images of hands movement using web camera of laptop.
I want to process the acquired images to use for pattern matching.
What are the steps to be followed to achieve the above mentioned task.
02-06-2013 01:03 AM
I suggest you take a look at the example that comes with VBAI, then if you have more specific questions about image processing, maybe the "Machine Vision" section of the forum will be more appropriate.
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
02-06-2013 01:15 AM
Thank you for your response.
I checked the example programs and tried to implement them to my requirement.
But nothing seems to work properly for my application.
Can you help me through the task to complete .
Thanking you.
11-01-2013 08:18 PM
In the next block of functions perform continuous capture of images and show it in the indicator function RGB images using Vision Express (parameters to control zoom, focus, contrast, etc.), then extract the image plane Original leaving a grayscale image (8 bits)
11-01-2013 08:19 PM
In the following function block proceed to perform the extraction of the pattern with a function for image processing that captures the last event of the RGB (extract image and coordinates)
11-01-2013 08:19 PM
In the following we proceed to function block search pattern extracted in the previous process (the parameters as rotation angle and minimum score is inserted into SETTINGS control), extract the output of the search function to get the position values indicators that will be displayed on the front panel)