首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > This zip file contains source code and windows executables for carrying out face...

This zip file contains source code and windows executables for carrying out face...

  • 资源大小:1.24 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 图形图像

资 源 简 介

This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (, ) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img) -This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s f

文 件 列 表

bin
cv100.dll
cxcore100.dll
FaceDetect.dll
FaceDetect.mexw32
haarcascade_frontalface_alt2.xml
Include
cv.h
cv.hpp
cvcompat.h
cvtypes.h
cvver.h
cxcore.h
cxcore.hpp
cxerror.h
cxtypes.h
lena.jpg
lib
cv.lib
cvhaartraining.lib
cxcore.lib
Readme.txt
src
FaceDetect.cpp
TestFaceDetection.m
VIP VIP
0.241184s