soft-matter / trackpy

Python particle tracking toolkit
http://soft-matter.github.io/trackpy
Other
445 stars 131 forks source link

Is there a way to show particle index when using tp.annotate? #663

Closed hmx0979 closed 3 years ago

hmx0979 commented 3 years ago

Hello,

I'm tracking Brownian motion of particles, and I'm find trackpy is a great package of particle tracking.

I 'm trying to connect the same particle between different videos. Currently, the way I'm doing is to show the coordinates of these particles in each video, and manually match them.

I wonder if there is a way to show the particle index in tp.annotate, so that I can visualize particle index and it's position.

Thank you!