用OpenCv来做人脸识别
摘要: 参考这篇文章:http://tech.idv2.com/2012/01/20/face-detection-with-python-opencv/python比较简单,只需安装 python-opencv 就行:$ sudo apt-get install python-opencvpython的实现也很简单,参考:http://opencv.willowgarage.com/documentation/python/objdetect_cascade_classification.html代码:#!/usr/bin/python# -*- coding: UTF-8 -*-# face_de
阅读全文
posted @
2012-02-08 22:10 Q.Lee.lulu 阅读(700) |
评论 (0) 编辑