NickM-27 / swatch

Color detection in images to capture presense of known objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Look into using contours for more accurate detection of objects.

NickM-27 opened this issue · comments

Contours with opencv can be used to get a "bounding box" which can be used to filter out false positives.