Skip to content

A really rough script to track circles with some minimal buckets/simple memory.

License

Notifications You must be signed in to change notification settings

harrjdk/circletracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

circletracker

A really rough script to track circles with some minimal buckets/simple memory.

How to run

python app.py

Requirements:

  • opencv2-python
  • numpy

Features:

  • "Don't-call-it-intelligence" circle tracking (look for similarly colored circle centers when picking a circle)
  • Tons of dead code

Troubleshooting

This is an extremely rough PoC just to throw together an idea of how to track a semi-uniform circle/sphere. This isn't meant for production, this is barely meant for fun.

About

A really rough script to track circles with some minimal buckets/simple memory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages