Skip to content

Instantly share code, notes, and snippets.

View roshanraj's full-sized avatar

Roshan Raj roshanraj

View GitHub Profile
@roshanraj
roshanraj / facepass.py
Created March 18, 2016 21:12 — forked from rishimukherjee/facepass.py
Example of use of SimpleCV. This creates a face recognized password.
#!/usr/bin/python
import time
from SimpleCV import Color, Image, np, Camera
cam = Camera() #initialize the camera
quality = 400
minMatch = 0.3
try:
password = Image("password.jpg")