hydradarpa / kalman-hydra

Python and C++ code for Hydra optical flow, behavior analysis with extended Kalman filter tracker
2 stars 0 forks source link

Chunk video and run with separate meshes for chunks. Determine a mapping between chunks at the frames where things overlap. #23

Closed benlansdell closed 7 years ago

benlansdell commented 8 years ago

In this way the model only needs to be stable for the duration of the chunk, after which it is reset. Also a crude way of accounting for the fact that the appearance of the hydra may change with time. Many smarter things that could be done...