-
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 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
- 2022-07-12 10:23:46下载
- 积分:1
-
an image and graphics display program, VC environment
一个图像图形显示程序,VC环境-an image and graphics display program, VC environment
- 2022-01-25 14:27:52下载
- 积分:1
-
Apparel CAD source code, can interrupt the bspline partition, the reduction oper...
服装CAD源代码,可以进行bspline的打断分割,裁减操作,而且还可以解析shx字库,进行标注等。-Apparel CAD source code, can interrupt the bspline partition, the reduction operation, but also can resolve shx font, such as to carry out marking.
- 2022-12-13 19:20:03下载
- 积分:1
-
mblur filter for image in c .Implementation
mblur filter for image in c .Implementation
- 2022-01-28 10:15:39下载
- 积分:1
-
灰度图像边缘检测
灰度图象边缘检测-grey scale image edge detection
- 2022-02-07 12:55:55下载
- 积分:1
-
matlab/c++图形图像处理,电子书pdf和所附源程序
matlab/c++图形图像处理,电子书pdf和所附源程序-matlab/c++ graphics image processing, e-books pdf and the accompanying source code
- 2023-08-24 16:10:11下载
- 积分:1
-
图像融合论文的两个论文
图像融合论文的两个论文-image fusion of the two papers papers
- 2022-06-16 14:42:22下载
- 积分:1
-
该程序是用VRML语言实现的3维虚拟漫游场景。
该程序是用VRML语言实现的3维虚拟漫游场景。-The program is the realization of VRML language roaming 3-D virtual scenes.
- 2022-07-21 10:05:20下载
- 积分:1
-
用VC++实现图像的分类识别,模板匹配分类…
用VC++实现图像分类识别、模板匹配分类器、贝叶斯分类器、线性函数分类、非线性分类、神经网络分类器
- 2022-01-26 06:16:53下载
- 积分:1
-
本程序提供游程长度压缩和解压缩函数,并对图象文件压缩和解压缩...
本程序提供游程长度压缩和解压缩函数,并对图象文件压缩和解压缩-procedures for the run-length compression and decompression functions, as well as image compression and decompression
- 2022-01-26 04:08:28下载
- 积分:1