11-26-2013 07:03 PM
Hello, I'm starting a project applying artificial vision, I want to recognize patterns or areas in aregion interest, do filter with LabVIEW and CMOS sensors, seeking information and but I find these specific issues, if any member has any information and can share, any contribution will be welcome if I have the progress publishes to support those who have this same problem
11-27-2013 08:43 AM
Hi Tom,
Our Vision Development Module (VDM) module has a wide range of image processing and analysis functions already built to perform a variety of tasks, including pattern matching. I've included a link below to the NI Vision Concepts Help and to the section of the manual which addresses pattern matching.
NI Vision 2013 Concepts Help
http://zone.ni.com/reference/en-XX/help/372916P-01/
Pattern Matching
http://zone.ni.com/reference/en-XX/help/372916P-01/TOC17.htm
The link below is to a collection of Vision Development Module (VDM) example projects for LabVIEW, including a couple of pattern matching examples.
Vision Development Module Image Processing Examples
http://www.ni.com/white-paper/6712/en/
If you have any more details of your project we may be able to offer more specific information or guidance.
I hope this helps!
Best regards,
Andrew C.
Applications Engineer
National Instruments
11-27-2013 10:21 AM
thanks for your reply, reviewing the links provided without similar to those that install with LabVIEW, I know you some tutorial or article that may provide some scope on this subject, I would greatly appreciate
12-02-2013 09:39 AM
Hi Tom,
Without more details of your project, I am not entirely sure what other information you may be looking for. Perhaps if you can give us a few more details of what you are trying to do I will be able to offer more specific information.
Best regards,
Andy C.
Applications Engineer
National Instruments
01-30-2014 09:03 PM - edited 01-30-2014 09:05 PM
Thanks for your timely response, I performed the search and capture multiple objects moving on a flat surface, they may have a color or shape, this search also want to have their coordinates to take an action with respect to any of the objects
01-31-2014 11:15 AM
I believe that this example is very similar to what you want to do. In this application, there are 3 different types of objects that could appear in the image. Using the LabVIEW Vision Development Module, the code is able to recognize each of the different objects, count them, and it knows the location and rotation angle of each part. It uses this information to create a color-coded box around each object. http://www.ni.com/example/30535/en/
Jeremy P.
01-31-2014 12:26 PM
the example I proposed dendro videos explorer is Labview is for static image, I have a question, it can be adapted for moving images, can be done with color patterns?, thank you for your response
02-03-2014 01:53 PM
There are two more examples in the LabVIEW Example Finder titled: Object Tracking.vi and Color Pattern Matching.vi. These examples should be a good starting point for you. What specific operations are you attempting to perform with respect to the moving images?
Mike
02-08-2014 11:06 AM
I want to control the position of the three moving objects, but also want to know the positions of two other two objects and using these posisciones modify the path by servomecanizmos or actuators
02-10-2014 11:05 AM
It sounds like pattern matching/object tracking is the technology you need in order to do this. Essentially, you will need to train the object tracking task by showing it a picture of the object. Then, the software will locate that object in every image that you acquire from the camera after that. It will give you the position, rotation, etc. With this data, you can program LabVIEW to move the position of the motors. The vision concepts manual explains more about how it works.
Vision Concepts Manual: Object Tracking
Jeremy P.