Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 866 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 866 Bytes

IMG_recognition

OpenCV module that uses camera as an input to find specific img in a web camera stream.

My script uses RedMarlboro as the img but you can create your own IMG recognition by those simple steps:

  1. Take a picture of an object you want to identify and replace it with the "marlboro.png" file.
  2. search in the script the "marlboro.png" text and replace it with your file name.
  • NOTICE for a good recognition matching rate the picture you shoot for the reconition program should be the same quality as your web camera

alt tag

Usage?

just open the script and the recognition will start automatically :)

Requirements

  • Python2.7
  • OpenCV library
  • Numpy library (via pip)
  • Web camera
  • Windows or Linux