搜索资源列表
-
0下载:
It is a utility to control screen saver using human face detection. Human face detection is performed using OpenCV Haar-Cascade method. The software is primarily a daemon that resides in your system tray and keeps observing the input from a webcam to
-
-
0下载:
It is a utility to control screen saver using human face detection. Human face detection is performed using OpenCV Haar-Cascade method. The software is primarily a daemon that resides in your system tray and keeps observing the input from a webcam to
-
-
0下载:
This article is an extention of an article that I posted on CodeProject earlier (See http://www.codeproject.com/KB/mcpp/iss.aspx). This project demonstrates how to perform human face and eye detection using OpenCV in .NET. The detection is performed
-
-
3下载:
在VC++环境下利用OPENCV实现人眼检测和识别,并判断驾驶员是否疲劳,自动提醒驾驶员停止驾驶。-In VC++ environment using OPENCV achieve detection and recognition of the human eye and determine whether driver fatigue, and automatically alerts the driver to stop driving.
-
-
0下载:
此程式碼可以用來偵測人類嘴巴,使用opencv和visualc++2005去實作.-This code can be used to detect the human mouth, using opencv and visual c++ 2005 to implement
-
-
0下载:
Face and Eyes Detection Using OpenCV.
Introduction
This article is an extension of an article that I posted on CodeProject earlier. This project demonstrates how to perform human face and eye detection using OpenCV in .NET. The detection is perfo
-
-
0下载:
非常好的人脸以及人眼检测的例子。OpenCV支持的目标检测的方法是利用样本的Haar特征进行的分类器训练,得到的级联boosted分类器(Cascade Classification)。注意,新版本的C++接口除了Haar特征以外也可以使用LBP特征。-Very good example of the human face and the human eye to detect. OpenCV supported target detection method is carried out us
-
-
0下载:
人脸检测。用c++编写。人脸检测是人脸分析的首要环节,其处理的问题是确认图像(或影像)中是
否存在人脸,如果存在则对人脸进行定位。人脸检测的应用领域相当广泛,是实
现机器智能化的重要步骤之一。
AdaBoost 算法是1995 年提出的一种快速人脸检测算法,是人脸检测领域里
程碑式的进步,这种算法根据弱学习的反馈,适应性地调整假设的错误率,使在
效率不降低的情况下,检测正确率得到了很大的提高。-Face Detection. Using c++ to prepare. Fac
-
-
0下载:
使用OPEN CV 完成行人偵測 內附圖片
實測效果-OPEN CV using the completion of the pedestrian detection measured the effect of inserting pictures
-
-
0下载:
本文介绍了OpenCV函数库的基本用法,阐述了目前做人脸检测研究中所使用的常用检测算法,并利用OpenCV设计和实现了图像中人脸的检测,试验结果表明利用OpenCV开发人脸检测系统效率高,识别效果好。-This paper introduces the basic OpenCV library usage, on the current human face detection research commonly used in the detection algorithm, and the
-
-
0下载:
在Visual C++ 2005环境下,利用OpenCV函数库来开发人脸检测程序的方法,简单、方便,并具有较强的实用价值。-In Visual C++ 2005 environment, using OpenCV library to develop procedures for human face detection method, a simple and convenient, and has a strong practical value.
-
-
0下载:
使用OpenCV做的一个人脸检索系统,包括实现了静态图片的人脸检测,以及视频流中的人脸检测,和人脸匹配,实现了视屏播放,在视频中快速检索需要寻找的人脸目标-Using OpenCV to do a face retrieval system, including the realization of the static image of face detection and video streaming in face detection and face matching, to achi
-
-
0下载:
基于vc的开发平台,运用opencv实现人脸检测,并在检测到的人脸上画框。-Vc-based development platform, using opencv face detection to achieve, and the detected human face frame.
-
-
0下载:
用OpenCV实现的人体运动检测系统C++源码-Using OpenCV implementation of human motion detection system, C++ source code
-
-
0下载:
利用OpenCV检测图像中的人脸,若图像中人脸存在,则会标出人脸在图中的位置-Using OpenCV face detection image, if there are images of human faces, it will mark the face location in the figure
-
-
0下载:
结合OPENCV与VC写的关于人脸识别的代码,实现了对人脸的检测,然后再进行识别!-Combined with VC wrote on OPENCV face recognition code, the realization of human face detection, and then to identify!
-
-
0下载:
本程序在Visul C++环境下利用OpenCV实现了图像中人脸的检测。-The program implements the detection of human face in the image using OpenCV under Visul C++ environment.
-
-
0下载:
opencv入门级C++程序代码调试,第三课:识别一张人脸二维静态图片,采用haar特征识别算法。-Opencv entry level debugging c++ program code, the third class: identification of a human face 2 d static image, using haar feature recognition algorithm.
-
-
0下载:
基于opencv lbp的人脸检测算法,利用facedetect函数快速检测到人脸,提高检测速度,优化检测方法。-Face detection algorithm based on LBP facedetect, using OpenCV function to quickly detect human face, improve the detection speed, and optimize the detection method.
-
-
0下载:
利用了微软的Kinect v2 开发了基于深度图像的人体目标的检测跟踪与定位,结合了VS2013,Qt以及opencv视觉库,设计了该系统的GUI界面(Using Microsoft's Kinect V2, we have developed the detection, tracking and positioning of human targets based on depth images. Combining the VS2013, Qt and opencv visual libr
-