08-08-2013 12:05 AM
hello, i am using vision acquisition and vison assistant in labview and a webcam to be able to detect a pattern
i was able to detect the object and track it ,the vision assistant is giving me the X and Y coordinates of the tracked object at each instant but i have seen in some videos that a red square appears and surrounds the detected object so how can i do that?
Solved! Go to Solution.
08-08-2013 04:28 AM
Hello,
you can use "Draw pattern matches position.vi". Please see the attached code. If you are using pattern matching, you can use it directly, if not you can build an array of clusters.
Best regards,
K
08-08-2013 03:16 PM
hello,
thank you very much for the reply and for the solution,it is perfect
09-19-2013 04:41 PM
Hi K,
This worked great for the pattern matching, is there a related VI for the results of Edge Detection?
I'm sure I could modify this one, but why reinvent...
Thanks,
Jeff
09-19-2013 06:25 PM
Turns out I couldn't wait.
I used this original as the starting point, and wrote my own.
Thanks,
Jeff