-
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
-
小波变换在心电波形等方面的研究…
小波变换的一个C++程序,对于研究心脏波形等领域有着重要作用.-wavelet transform a C program for research areas such as cardiac waveform plays an important role.
- 2022-05-31 04:29:10下载
- 积分:1
-
基于 H26L 的 PFGS 编码
基于 H26L 的 PFGS 编码-PFGS coding based on the H26L
- 2022-01-31 15:23:20下载
- 积分:1
-
统计静态时序分析器
MinnSSTA 是一种考虑空间相关性的工艺参数的统计静态时序分析工具。SSTA的详细信息,请阅读 zip 文件中的自述文件。分析器有一些matlab 的版本 要求。
- 2023-08-23 23:40:06下载
- 积分:1
-
Hermite generate three times the standard curve algorithm.
生成3次Hermite曲线的标准算法。-Hermite generate three times the standard curve algorithm.
- 2022-01-25 17:42:42下载
- 积分:1
-
用图像实例演示最新的光线跟踪算法,取得不错效果
用图像实例演示最新的光线跟踪算法,取得不错效果-Image examples of presentations using the latest Ray-tracing algorithm, and achieved good effects
- 2023-08-13 17:00:03下载
- 积分:1
-
运动检测和背景提取,比较适合于入门者学习,有一定的参考价值...
运动检测和背景提取,比较适合于入门者学习,有一定的参考价值-Motion detection and background extraction, suitable for beginners to learn the value of some reference
- 2022-08-20 09:44:23下载
- 积分:1
-
mh编码的算法,已经调试成功,可以使用
mh编码的算法,已经调试成功,可以使用-mh coding algorithm has been successfully debugging, you can use
- 2022-05-25 23:33:36下载
- 积分:1
-
一个用VC编写的图形界面,学习参考有用。
一个用VC编写的图形界面,学习参考有用。-a VC prepared by the graphical interface, learning useful reference.
- 2022-06-26 20:56:07下载
- 积分:1
-
3D自由形式变形
三维自由形状变形,在计算机图形学和动画中应用很多。-3D Free Form Deformaiton
- 2022-06-11 21:26:19下载
- 积分:1