搜索资源列表
-
0下载:
本程序可以对输入的图像或者视频进行人脸检测,其中用到了OpenCV的库函数,因此需要先安装并配置好OpenCV后方可运行-This procedure can be the input image or video Face Detection, which uses the OpenCV library function, it needs to be installed and configured before running OpenCV
-
-
0下载:
Face and mouth detection using OpenCV and VC-Face and mouth detection using OpenCV and VC++
-
-
0下载:
基于kalman滤波和人脸形态约束的人脸跟踪算法实现,可在快速人脸跟踪的同时很好的去除类肤色的干扰,注意是基于OpenCV函数库的程序。-Based on kalman filtering and face shape Face Tracking bound algorithm may face in the fast track at the same time remove the category of very good color interference, the attention
-
-
0下载:
用opencv实现的人脸检测功能,以及自己编写的代码实现人脸检测功能-Achieved with opencv face detection function, as well as their own code written in the realization of human face detection function
-
-
0下载:
基于opencv的图像和视频处理的软件。该软件实行了opencv的多种功能:边缘检测、拉氏变换、椒盐噪音、人脸识别、霍夫变换等功能。-Opencv-based image and video processing software. The software has multiple functions opencv: edge detection, Laplace transform, salt and pepper noise, face recognition, Hough transfo
-
-
0下载:
這是一本電子書,介紹openCV的功能,有了他就可以輕鬆的處理影像視訊,並具備許多統計及機器學習的function。可以輕鬆的做到人臉偵測的功能-This is an e-book, Introduction openCV function, with relaxed he can deal with video images, and have lot of statistics and machine learning function. Relaxed people can do face
-
-
0下载:
Opencv检测人脸,可以批量对某一个文件夹中(路径名不要有中文)所有文件操作,并将检测后的人脸抠出来保存到项目本地文件夹下.使用vc2005完成.-Face Detection with Opencv, you can bulk on a folder and detect the face of all files in this folder(the path should not have Chinese character) And after the Detection the s
-
-
0下载:
本程序可以进行人脸检测,使用前请配置好opencv环境。希望对大家学习人脸检测有所帮助-This procedure can be carried out face detection, the use of opencv configured before the environment. We would like to learn helpful Face Detection ...
-
-
0下载:
本程序可以进行视频的动态提取背景,使用的是高斯模型使用前请配置好opencv环境。希望对大家学习人脸检测有所帮助-This procedure can extract the dynamic video background, using a Gaussian model configured before use opencv environment. We would like to learn helpful Face Detection ...
-
-
0下载:
Face detection made in Processing based on OpenCV library. It detects the form of a human face in a webcam stream and outputs a red square around that person s face. Get processing from www.processing.org for fr-Face detection made in Processing base
-
-
0下载:
建立visual c++控制台程序,通过opencv进行人脸检测-The establishment of visual c++ console program, conducted through face detection opencv
-
-
0下载:
前脸的分类器 人脸检测分类器,opencv用-Before the face of face detection classifier classifier, opencv with
-
-
0下载:
利用OpenCV的函式來實現膚色偵測,並利用幾何特徵進一步來實現人臉偵測。-Implement Face detection by OpenCV s funtions base on Skin detecion and Geometry features.
-
-
0下载:
opencv环境下利用vc
++实现人脸的检测和轮廓定位-opencv environment using vc++ implementation of face detection and contour orientation
-
-
0下载:
基于MFC,利用opencv实现的人脸检测代码,当中还利用了BCGSoft库。-Based on MFC, using opencv face detection code implementation, which also used BCGSoft library.
-
-
2下载:
使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示,
实时性比C低。
下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
-
-
0下载:
FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-FaceDetection is a static face detection process, note FaceDetection need OpenCV l
-
-
1下载:
基于图像处理的人脸检测系统,通过openCV软件来实现的-Image processing based face detection system, implemented by software openCV
-
-
0下载:
本程序使用OpenCV中提供的“haarcascade_frontalface_alt.xml”文件存储的目标检测分类,用cvLoad函数载入后,进行强制类型转换。OpenCV中提供的用于检测图像中目标的函数是cvHaarDetectObjects,该函数使用指针对某目标物体(如人脸)训练的级联分类器在图象中找到包含目标物体的矩形区域,并将这些区域作为一序列的矩形框返回。分类器在使用后需要被显式释放,所用的函数为cvReleaseHaarClassifierCascade。-face detec
-
-
0下载:
人脸检测和皮肤美化,基于OpenCV库,用vc++编写,功能十分强大。(Face detection and skin beautification)
-