Multiple-Object-Tracking icon indicating copy to clipboard operation
Multiple-Object-Tracking copied to clipboard

Blob detection of multiple objects with object indexing and drawning trajectories.

Multiple-Object-Tracking

Blob detection of multiple objects with object indexing and drawning trajectories. Plan:

  • detect objects (blobs) [DONE]
  • find their positions in the image, [DONE]
  • assume that blobs can touch with each other, [DONE]
  • use linear Kalman filter with Munkres algorithm for indexing detected objects, [DONE]
  • use Monte Carlo method for indexing detected objects,
  • return indexed trajectories. [DONE]

Check my other repo for more information: https://github.com/dghy/GUI_Blob_Tracker

Both these projects require OpenCV as well as modules from requirements.txt