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

GUI update - reduce unused space #61

Closed a-niem closed 2 years ago

a-niem commented 2 years ago

This update implements a slight change in the GUI that reduces unused white space. Additionally the status bar was removed and messages previously displayed there are now logged to the log file or removed.

new RodTracker GUI

Additionally mitigates crashes when working with a dataset that has manually inserted rods. Resolves #57, resolves #60.