daniel-tomaszuk / Multiple-Object-Tracking

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 97.4%Language:HTML 2.6%