trackpy.predict¶
Tools to improve tracking performance by guessing where a particle will appear next.
Functions
|
Decorate a predictor class and allow it to record inputs and outputs. |
|
|
|
Decorator to vectorize a predictor function for a single particle. |
Classes
|
Predict a particle's position based on its spanwise coordinate in a channel. |
|
Predict a particle's position based on the mean velocity of all particles. |
|
Predict a particle's position based on the most recent nearby velocity. |
Predict that particles will not move. |