soft-matter / trackpy

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

Assigning sizes to each particle. #694

Open reventropy opened 2 years ago

reventropy commented 2 years ago

I'm using instance segmentation so I have centroid position and exact size for each particle in each frame. Is there a way to specify the size of each particle to improve tracking performance? -Thanks.