08-14-2009 04:24 AM
Hello LabView users,
I am currently processing a few digital images and the vision tools of labview are very helpful. However, I also need to perform some particle tracking to get velocity vectors. So far I have not been able to fine any example that does this. Does anybody know if there is a labview feature that does particle tracking.
Thanks in advance,
Robert
08-14-2009 04:33 AM
Particle tracking can be done in labview. Continously acquiring images and applying pattern matching match is one thing you can do.
Is it like moving object tracking?
08-14-2009 09:19 AM
Thank you for your comment Muks,
In every image there are about 100 particles to keep track of. These images correspond to the flow of a liquid impacting on a solid surface. There are some vortices generated and some other features in the flow that I would like to measure.
I am just beginning this project but from what I understand it is not an easy algorithm to implement. I have checked many of the menus of LlabView and it has so many features that make a lot of tasks very simple, that's why I thought that there may be some built in function that performs the particle tracking.
I will check the pattern matching option you mention. Thanks gain,
Roberto
08-16-2009 03:27 PM
Hello Roberto,
Muks shows the correct path to follow. In my opinion, the key element to track an object is to find the "distictive features" of the object you want to track. You are talking about particles that can be distiguished by perimeter, hole diameter, area... etc.
If you manage to find a unique features of each particle, then your development time will be cut down in tramendous way and your results shall be more than satisfactory. IMAQ is so easy to make you perform such a task.
One more thing, sometimes trial and error is consdered the only way to find the correct approach.
Good luck and have a good day.
08-17-2009 02:29 AM
In every image there are about 100 particles to keep track of. These images correspond to the flow of a liquid impacting on a solid surface. There are some vortices generated and some other features in the flow that I would like to measure.
I am just beginning this project but from what I understand it is not an easy algorithm to implement. I have checked many of the menus of LlabView and it has so many features that make a lot of tasks very simple, that's why I thought that there may be some built in function that performs the particle tracking.
I will check the pattern matching option you mention
08-17-2009 04:11 AM
Hello guys,
Thank you for your advices. I am posting a couple of images that I need to process, as you can see the particles vary in shape and due to the different planes they are in some of them have different intensity.
08-17-2009 04:26 AM
08-17-2009 04:33 AM
These images are a sample of a larger set (approx 200). A bubble collapses near the solid boundary creating a vortex (or vortices near the wall). After the bubble collapses it creates a vortex near the wall.
I want to keep track of the particles so I can see the structure and trajectory of the vortex.