Skip to content

Instantly share code, notes, and snippets.

View rgroothedde's full-sized avatar

René Groothedde rgroothedde

  • OpenValue
  • Arnhem
View GitHub Profile
@mattgorecki
mattgorecki / facedetect.py
Created July 21, 2011 02:14
Detecting faces with SimpleCV
#!/usr/bin/python
import SimpleCV
import time
import simplejson as json
import sys
if __name__ == "__main__":
captureDir = '/opt/display/applications/tldisplayclient/static'
ofilename = '%s/webcam-original.png' % captureDir
dfilename = '%s/webcam-detected.png' % captureDir