soft-matter / trackpy

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

How to eliminate overlapped objects? #665

Closed yongshuo-Z closed 3 years ago

yongshuo-Z commented 3 years ago

Hi,

Thanks for the great work!!

When I use tp.locate and tp.annotate functions to track objects. I find that there are many objects overlapped, which can be false-positive. If I want to eliminate overlapped objects with central distances less than the picking diameter, what functions could I use?

I've read the examples, but still not come up with a good idea. Any advice? Thanks a lot!

nkeim commented 3 years ago

Have you tried the separation argument?