01-12-2009 08:58 AM
Rob
01-12-2009 09:03 AM
Hi Rob,
search the min value of your array and divide it in groups with your tolerance. Then run through your array and sort your points into the correct group.
Maybe the history function can also work for you.
Hope it helps.
Mike
01-12-2009 09:17 AM
Hi Mike,
Thank you for your reply.
How can I sort the values into the correct group? I have attached my code.
Many Thanks
Rob
01-12-2009 10:22 AM
Hi Rob,
please attache your picture the next time directly. Thanks.
What do you want to do with the result? Did you see the History function?
Mike
01-12-2009 10:57 AM
Mike
Sorry for that. What I would like to do is view each group of particles independently in the image. For example view particles in the image corresponding to group 1 only. Then analyse the shape those particles make. Then view particles in group 2 only and analyse the shape they make using shape matching. Any ideas.