搜索资源列表
-
0下载:
OPENCV人脸定位,基本功能健全,OPENCV的入门程序
-
-
0下载:
图像人脸识别:java结合OPENCV实现人脸头像定位。-Image Recognition: java implementation OPENCV face with head positioning.
-
-
0下载:
基于OpenCV实现的人脸检测程序,可检测图片和视频-opencv vc6.0 facedetection
-
-
0下载:
基于visual c++ 2005和OpenCV环境
FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Based on visual c++ 2005 and OpenCV is a static envir
-
-
0下载:
人脸检测的C/C++源代码,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。-face detection
-
-
0下载:
本代码是在C++基于openCV的平台下 进行人脸检测的源码-This code is in C++ platform based on openCV carried out under the source code for face detection
-
-
0下载:
FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持。-FaceDetection is a static face detection process, note that FaceDetection need OpenCV library to provide support.
-
-
0下载:
利用OpenCV的函式來實現膚色偵測,並利用幾何特徵進一步來實現人臉偵測。-Implement Face detection by OpenCV s funtions base on Skin detecion and Geometry features.
-
-
0下载:
人脸检测系统,采用opencv,vc++编译环境-Face detection system that uses opencv, vc++ compiler environment
-
-
0下载:
FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-FaceDetection is a static face detection process, note FaceDetection need OpenCV l
-
-
0下载:
这是应用OPENCV和C++编写的一个人脸识别的程序,识别率很高-This is OPENCV and C++ application written in a face recognition program, a high recognition rate
-
-
0下载:
本程序使用OpenCV中提供的“haarcascade_frontalface_alt.xml”文件存储的目标检测分类,用cvLoad函数载入后,进行强制类型转换。OpenCV中提供的用于检测图像中目标的函数是cvHaarDetectObjects,该函数使用指针对某目标物体(如人脸)训练的级联分类器在图象中找到包含目标物体的矩形区域,并将这些区域作为一序列的矩形框返回。分类器在使用后需要被显式释放,所用的函数为cvReleaseHaarClassifierCascade。-face detec
-
-
0下载:
基于harr特征opencv人脸检测,在opencv环境下使用-face detection using opencv
-
-
0下载:
基于opencv的人脸检测与识别,能够很好的实现图像人脸的识别-Face detection and recognition based on opencv, can achieve a good image of face recognition
-
-
0下载:
本程序在Visul C++环境下利用OpenCV实现了图像中人脸的检测。-The program implements the detection of human face in the image using OpenCV under Visul C++ environment.
-
-
0下载:
用MATLAB调用opencv的人脸检测器,已打包好,无需opencv,facedetection.m为示例程序-Call opencv face detection using MATLAB, a packaged good, no opencv, facedetection.m for sample program
-
-
0下载:
基于opencv的人脸检测功能,将检测到的人脸从新保存成32*32的小图片-face detection based on opencv
-
-
0下载:
android基于opencv的人脸检测-face detection on android
-