/OpenCVTest

Object-Detection is a set of python scripts to automatically lock onto and track a specified color. We used this general implementation for our robotics team, Wolfpack Machina, in the Ultimate-Goal FTC robotics competition. Jamie is really based.

Primary LanguagePython

Firstly, go online and install latest version of python and pip.

    Python Downloads

Afterwards you can simply install cv2 and numpy libraries through:

    pip install opencv-python

    pip install numpy