jamiebullock / heuristic-bottle-detection

Simple demo of bottle detection using colour and simple heuristics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heuristic-bottle-detection

Simple demo of bottle detection using colour and simple heuristics

Usage

First install the opencv python bindings with

$ pip install opencv-python

Then run the script with:

$ python detect_bottle_minimal.py

The script will attempt to detect and label Coke, Pepsi and Mountain Dew bottles

About

Simple demo of bottle detection using colour and simple heuristics

License:MIT License


Languages

Language:Python 100.0%