Description: 一个基于opencv 实现的人脸识别程序。
是可能单独可能执行的小程序,内有说明。-based opencv achieve a Face Recognition procedures. It is possible to separate the possible implementation of small procedures, which is described. Platform: |
Size: 294912 |
Author:zbf |
Hits:
Description: 利用openCV做人脸检测的程序,对做人脸识别与检测和学习openCV的朋友有帮助。-Face Detection using openCV life procedures, to do face recognition and detection and learning openCV have to help a friend. Platform: |
Size: 1364992 |
Author:罗义平 |
Hits:
Description: opencv 手势识别,功能强大
可以参考哦,非常不错-opecv to recognize face
opecv to recognize face
opecv to recognize face Platform: |
Size: 2244608 |
Author:kenny |
Hits:
Description: A online face recognition program that have features like traking uses opencv liberary and also function that can be used to recognize face through camera Platform: |
Size: 1698816 |
Author:lasiv |
Hits:
Description: 用opencv写的人脸识别程序,从usb摄像头读取每帧图像,并且识别出图像中的正脸,程序是照着官网上写的,代码比较规范,可以作为2次开发使用-Written with opencv face recognition program, each frame is read from the usb camera, and recognize the positive face in the image, the program is written according to the official website of the code is fairly standard, can be used as development Platform: |
Size: 195584 |
Author:钱彬 |
Hits:
Description: 用VC6.0编写的人脸识别软件,多文档界面。导入人脸图片后软件自动识别人脸。用的是opencv自带的人脸分类器-VC6.0 prepared face recognition software, multi-document interface. Face pictures after import software to automatically recognize faces. The opencv comes face classifier Platform: |
Size: 1883136 |
Author:mjt |
Hits:
Description: 里面所用的opencv全部开源…。例子是参考一个日本程序员弄的
使用此demo时 尽量不要戴眼睛或者侧面拍照,不然有可能识别不了!!!
请直接使用真机看效果…。
关于如何使用:
选择take photo wite camera,拍照完毕后选择face按钮进行识别就可以了…
如何在自己项目中加入此效果?
1.将此项目的libopencv_core.a,libopencv_imgproc.a,libopencv_objdetect.a拖入你的项目中
2.添加Accelerate。framework
3.添加-lstdc++ and -lz to Other Linker Flags
4.设置OpenCV include OpenCV Lib 路径
有同学反应下载后文件丢失,请下载附件imgproc,解压后添加到opencv2文件夹中
有同学提问:如何获取识别是否成功的信息
答案:- (void)opencvFaceDetect:(UIImage *)overlayImage 方法中
if (faces->total <= 0 )
{
//…我擦 你失败了
}
else
{
//…给力 你成功了
}-The inside with opencv All open source ... The example is a reference to a Japanese programmer to get this demo, try not to wear the eyes or on the side of camera, or you may not recognize that! ! ! Please use a real machine to see the effect ... On how to use: take photo wite camera, camera finished face button to identify to join this effect ... how in their own projects? This project libopencv_core.a, libopencv_imgproc.a, libopencv_objdetect.a dragged into your project. Adding Accelerate. framework 3. add-lstdc++ and-lz to Other Linker Flags 4. settings OpenCV include OpenCV Lib path classmates reaction download file is missing, download attachments imgproc, unpacked added to opencv2 folder classmates questions: How to Get to identify whether successful answer:- (void) opencvFaceDetect: (UIImage*) overlayImage method if (faces-> total < = 0) {//... I rub you failed} else {//... to force your success} Platform: |
Size: 9385984 |
Author:刘嘉禧 |
Hits:
Description: 該計劃將教如何使用OpenCV的檢測和識別人臉。-This program will teach on how to detect and recognize face using OpenCV. Platform: |
Size: 1030144 |
Author:mm7mm7mm7 |
Hits:
Description: 基于haar级联分类器的opencv人眼识别程序,思路是先识别人脸,然后以人脸为ROI识别人眼。-Haar cascade classifier based on opencv human eye recognition program, the idea is to recognize faces, and then face the human eye to identify the ROI. Platform: |
Size: 3072 |
Author:邓达 |
Hits:
Description: this program about face recognize, dowload then unzip to use, this program required opencv-this is program about face recognize, dowload then unzip to use, this program required opencv Platform: |
Size: 13019136 |
Author:thanh |
Hits:
Description: The following code will process images taken every day by a user, recognize the location of the face using OpenCV and crop for it. The user can then create a video timelapse of the images. Platform: |
Size: 5120 |
Author:何迥 |
Hits:
Description: 人脸检测,采用OPENCV实现,包括训练和检测(face detect, make up by OPENCV, include face detect and face recognize) Platform: |
Size: 12225536 |
Author:hnsdgxylh |
Hits: