Skip to content

Multiple Object Tracking (MOT) with Region of Interest (ROI) Selection

Notifications You must be signed in to change notification settings

physicskitten/Droplet-Tracking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

Tracking Droplet Motion Techniques for Quantum Hydrodynamic System

This code details the use of background subtraction, morphological operations, and the Hungarian algorithm for data association, enhancing the accuracy of tracking multiple droplets and providing a robust framework for analysing their dynamics. Contributing to the understanding of quantum-like behaviour in classical systems and offers a practical approach to MOT in complex scenarios.

Theoretical concepts and deeper explanations accessible in complimenting documentation such as a formal report and poster presentation. Each code file has its own readme file with the same filename for ease of use. Repository is forked from TJ-coding and folder with respective name contains his code however documentation and readme files on said code were created by physicskitten and are my own interpretations of his work.