08-29-2012 04:40 AM
Hello,
I have a usb camera connected and I want to detect circles on images.
My code is very simple (see attachment).
First, I convert my RGB to Grayscale and then apply "IMAQ Find circles VI"
but even in very simple cases, it finds 0 circle.
Can someone help me ?
Thanks
Youm
08-29-2012 07:42 AM
A code snippet rather than an image would help you get an answer quicker.
08-29-2012 07:58 AM
here is the code.
Thanks
09-03-2012 10:59 AM
Hello youm,
Thank you for posting on National Instruments' forum.
I think this link could help you in using circle data in output of the IMAQ Find Circles VI : here
However, put the IMAQ Create in your loop and use IMAQ Dispose afterwards (like the example).
Romain P.
National Instruments France
09-12-2012 04:07 AM
Exactly what I was looking for ! Thanks.