Skip to content

Instantly share code, notes, and snippets.

@tylerjwilk
tylerjwilk / keybase.md
Created November 17, 2016 20:23
keybase.md

Keybase proof

I hereby claim:

  • I am tylerjwilk on github.
  • I am tylerjwilk (https://keybase.io/tylerjwilk) on keybase.
  • I have a public key ASBg9rvGbiSr7vsu_MIosEX8bCLYgB0OmKibjTtZB3Dt_go

To claim this, I am signing this object:

@tylerjwilk
tylerjwilk / pupil.py
Created April 19, 2017 12:55 — forked from edfungus/pupil.py
Pupil Detection with Python and OpenCV
#Identify pupils. Based on beta 1
import numpy as np
import cv2
import time
cap = cv2.VideoCapture(0) #640,480
w = 640
h = 480