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

Obscured rod numbers #12

Closed a-niem closed 2 years ago

a-niem commented 3 years ago

Sometimes a rod number is placed, such that it overlaps with a rod. This makes it hard do identify the number. Possible fixes for this issue are:

a-niem commented 3 years ago

The rod number visibility is improved in commit e5390ec4cfbf348228a09886015ee47095d5ad9f. The picture below shows the following improvements:

@dmitrypuzyrev: Are these improvements sufficient?

RodNumberVisibilityImprovement_01

a-niem commented 3 years ago

On high resolution screens the rod numbers appear very small and too close to their respective rods. Currently their display is optimized for screens with a resolution of 1920x1080 pixels.

The display size and distance should dynamically determined depending on the screen resolution.