Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - haarcascade_frontalface_alt.xml
Search - haarcascade_frontalface_alt.xml - List
基于visual c++ 2005和OpenCV环境 FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Based on visual c++ 2005 and OpenCV is a static environment FaceDetection face detection procedures, attention to the needs of FaceDetection library OpenCV support provided, so please first of all to the relevant Web site to download and install OpenCV, addition of this procedure needs to import a document classifier haarcascade_frontalface_alt.xml, the document provided in OpenCV, the reader is the file copied to the procedures under the same directory, the program can run correctly.
Date : 2025-07-16 Size : 1.5mb User : Chris

FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。- FaceDetection OpenCV haarcascade_frontalface_alt.xml
Date : 2025-07-16 Size : 42kb User : feifei

FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-FaceDetection is a static face detection process, the attention required FaceDetection library OpenCV provides support to the relevant website, please first download and install on OpenCV, addition of the procedures necessary to import a document classifier haarcascade_frontalface_alt.xml, the document provided in OpenCV Please copy the document reader to process the same directory, the program can be run right.
Date : 2025-07-16 Size : 1.86mb User : mike

DL : 0
使用OpenCV中提供的“haarcascade_frontalface_alt.xml”进行人脸检测-Detection
Date : 2025-07-16 Size : 5kb User : li

FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-FaceDetection is a static face detection process, note FaceDetection need OpenCV library to provide support, so first of all to the relevant website and download and install OpenCV, addition of this program needs to import a classifier file haarcascade_frontalface_alt.xml, the file is provided in OpenCV, The reader to copy the file to program the same directory, the program can run correctly.
Date : 2025-07-16 Size : 1.52mb User : biran

blob analisys for pedestrian identification
Date : 2025-07-16 Size : 73kb User : adriano

DL : 0
JNI是Java Native Interface的缩写,中文为JAVA本地调用。从Java 1.1开始,Java Native Interface (JNI)标准成为java平台的一部分,它允许Java代码和其他语言写的代码进行交互。 OpenCV是Intel公司支持的开源计算机视觉库。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。 -myJNIOpenCV = new JNIOpenCV() String filename = "lena.jpg" //OpenCV的官方测试图片(人脸识别) String cascade = "haarcascade_frontalface_alt.xml" int[] detectedFaces = myJNIOpenCV.detectFace(40, 40, cascade, filename) int numFaces = detectedFaces.length/4
Date : 2025-07-16 Size : 38kb User : yinxin

FaceDetection是一个静态人脸检测程序,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-FaceDetection is a static face detection program, in addition to the program needs to import a classifier file haarcascade_frontalface_alt.xml, the file is provided in OpenCV, the reader is copy the file to the program the same directory, the program can run correctly.
Date : 2025-07-16 Size : 2.77mb User : 朱於军

本程序使用OpenCV中提供的“haarcascade_frontalface_alt.xml”文件存储的目标检测分类,用cvLoad函数载入后,进行强制类型转换。OpenCV中提供的用于检测图像中目标的函数是cvHaarDetectObjects,该函数使用指针对某目标物体(如人脸)训练的级联分类器在图象中找到包含目标物体的矩形区域,并将这些区域作为一序列的矩形框返回。分类器在使用后需要被显式释放,所用的函数为cvReleaseHaarClassifierCascade。-face detection OpenCV
Date : 2025-07-16 Size : 1.9mb User :

FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Is a static face detection program FaceDetection Note FaceDetection need OpenCV library support, first to a related Web site to download and install the OpenCV In addition, the program needs to import a classifier file haarcascade_frontalface_alt.xml the files in OpenCV readers to copy the file to the program the same directory, the program can run correctly.
Date : 2025-07-16 Size : 1.59mb User : wang

DL : 0
基于openCV的多角度人脸检测,融合了正脸侧脸haar分类器,具有极强鲁棒性-, The integration of multi-angle face detection based on openCV positive face side faces haar classifier, with strong robustness
Date : 2025-07-16 Size : 8.1mb User : herthy

DL : 0
基于视频流下的人脸检测,能够很好地实现实时检测的效果。利用OpenCV的haarcascade_frontalface_alt.xml实现。-Video-based Face Detection shed people, can achieve a good effect of real-time detection. The haarcascade_frontalface_alt.xml achieved using OpenCV.
Date : 2025-07-16 Size : 2kb User : H_Haiman

FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-FaceDetection is a static face detection process, the attention required FaceDetection OpenCV library support provided to the relevant website so please download and install OpenCV First, in addition to the procedures necessary to import a document classifier haarcascade_frontalface_alt.xml, this document provides in OpenCV, Readers copy the file to the same directory as the program, the program can run correctly.
Date : 2025-07-16 Size : 7.69mb User : hu
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.