Skip to content

Instantly share code, notes, and snippets.

@maniami
maniami / facedetection.py
Created March 26, 2012 05:33
face detetion
#!/usr/bin/env python
import wx
import cv
import Image
import time
import sys
class App(wx.App):
def OnInit(self):
self.frame=CvMovieFrame()