Skip to content

This is software the runs on an airborne computer equipped with a camera for use in player position tracking

Notifications You must be signed in to change notification settings

uclagamelab/blimpTracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requires OpenCV and CvBlob to run

##TODO

###BLOB TRACKER

  • ckeck collision between current blobs and list of active blobs
  • if blob from active blobs is not colliding with any current blob remove from active blobs list
  • if blob from current blobs is not colliding with any active blobs:
  • add to active blobs list with new ID
  • flag blob for polling
  • if blob from active blobs is colliding replace active blob with current blob
  • if current blob is colliding with more than one active blob:
  • players must be convoluted
  • assign current blobs atributes to all active blobs it's colliding with
  • flag all active blobs for polling

About

This is software the runs on an airborne computer equipped with a camera for use in player position tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published