Skip to content

Instantly share code, notes, and snippets.

View pjain64's full-sized avatar

Pravin Jain pjain64

  • Zen Softech Private Limited
  • Vadodara
  • 10:51 (UTC +05:30)
  • LinkedIn in/jainpravin
View GitHub Profile
@pjain64
pjain64 / terminator-vision.py
Created May 16, 2019 09:43 — forked from hugs/terminator-vision.py
OpenCV to find the bird in Angry Birds
#!/opt/local/bin/python2.7
import cv
import subprocess
import time
# Template to find
template_file = cv.CaptureFromFile('redbird.png')
template = cv.QueryFrame(template_file)