05-02-2013 04:45 AM - edited 05-02-2013 04:48 AM
Hi,
i built this Labviewproject to count and measure particles from a picture. To show the number of particles wasn't a big problem. But now i'm trying to extract the radius from the CircleData-Array so i can multiplicate it with a factor. In the Vision-assistant the array is like
so i'm trying with part-array to get the 4th row but it only gives me the 4th column. And the Transposition of the Array doesn't work cause of wrong dimensions. Do you have any advice for me, how i can solve this problem? Thank you for your help.
Greetings.
05-03-2013 07:55 AM
Hi Johannes,
I modified your VI and attached it. I think this will solve your current problem.
The trick is: you are not getting a 2D-array (with columns and rows), but an 1D-array containing a cluster of 4 elements.
I hope this helps, but I recommend you to attend a LabVIEW course if you need to dig deeper into LabVIEW.
Kind regards
Heinz