Improve organization of the Riptide vision library
JustBenj opened this issue · 0 comments
JustBenj commented
There are only a handful of functions in riptide_vision.py
right now, but many more will be added in the coming months. To accommodate this, the functions should be broken out into task-specific classes.
i.e. RiptideVision.GateDetector(); RiptideVision.DiceDetector() etc.