Closed liquidcronos closed 6 years ago
long trails seem to happen when multiple features move close together. This can be partially fixed by increasing the minimum distance between features
adding status==True as requirement for good points fixes the jumping point problem, the long trails remain however
constraining maximum flow instead of distance solves the problem (function tomuchvel).
problem was only solved due to error in tomuchvel and still persists.
Fixed, error was due to missing np.abs in tomuchvel
the classification of immobile objects fails sometimes due to a few markers which stay active despite the large jumps the make (those are likely caused by low lk levels and a small window size, this however should present no problem as long as they are properly filtered)