Skip to content

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

Notifications You must be signed in to change notification settings

daniel-tomaszuk/Multiple-Object-Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published