MATLAB: Tracking of moving particles

moving particlestracking

hallo i am doing project on tracking on moving particle ,can someone help me to find out tracking path and direction of that moving nparticles ??

Best Answer

Hey, You can use Lucas-Kanade-Tomasi Tracker (KLT Tracker) Algorithm to detect the trajectory of a moving particle in a video sequence, if that is what you intend to do. Here is the link to the documentation of Point tracker object of the Computer Vision Toolbox that you may refer to.
Related Question