ANP-Granular / ParticleTracking

Library and GUI for tracking (rod-like) particles on camera images in 2D and 3D
https://particletracking.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 2 forks source link
3d-reconstruction microgravity object-detection physics

ParticleTracking

License: GPL v3 Documentation Status

ParticleTracking is a repository containing two Python packages for extracting 3D coordinate data from microgravity experiment image data. In these experiments a granular gas was observed with a stereo-camera system, specifically a granular gas of rod-like particles. The goal is to automatically extract the coordinate data and provide a Graphical User Interface (GUI) to correct mistakes manually in an efficient way.

The first part is the ParticleDetection package that enables:

The RodTracker package is a GUI encapsulating the most used functionality of the ParticleDetection package. It enables users to carry out the aforementioned tasks, except for training a model. Additionally, it provides the means to manually correct placement and assignment mistakes of the automated processes. RodTracker - GUI

Please refer to the documentation for more detailed information.