/ball-detection

A simple CV project for color detection and tracking.

Primary LanguagePython

Color detection and Tracking

Simple Computer Vision project for colored object detection and tracking.

  • image.py - red ball image detection
  • video.py - colored objects movement tracking

Install

  1. Clone repo
    git clone git@github.com:HiKami172/ball-detection.git
    cd ball-detection
  2. Install Packages
pip install -r requirements.txt