01-21-2011 04:56 AM
Hi,
I have a IMAQ FindCircles Vi from which I want to extract the data pertaining radius (in the detected circles) only. Currently I am using Unbundle by Name and manually selecting the radius, however this method is impractical when dealing with images where a greater amount of circles are detected. The following picture describes my situation:
I want to streamline this process so that the program autmatically extracts the radiuses without me having to do it manually. Some help is dearly apreciated.
Solved! Go to Solution.
01-21-2011 05:13 AM
Hi,
Instead of converting the array of clusters into a cluster of clusters (by using the array to cluster function) just iterate the array through a for loop. The for loop can extract the radius value using the unbundle by name function. This way you can deal with any number of detected circles. Please see the enclosed image for an illustration...
Hope this helps!
Regards,
Dave.
01-21-2011 05:39 AM
The solution was perfect, exactly what I was looking for! Thanks a lot