-
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
-
drawing of a five
画了一个五角星并添充了颜色,还用微分画直线法,和bresenham法画直线-drawing of a five-pointed star and Tim added color, differential line drawing, and painting straight bresenham France
- 2022-08-16 03:20:21下载
- 积分:1
-
use Javascript to do graphics and examples.
用Javascript做的图形及例子-use Javascript to do graphics and examples.
- 2023-08-19 23:40:03下载
- 积分:1
-
一个不错的图形编程实例,有很高的参考价值,值得一看
一个不错的图形编程实例,有很高的参考价值,值得一看-A good example of graphical programming, a high reference value, worth a visit
- 2022-11-10 04:00:03下载
- 积分:1
-
VB开发的一个与WINDOWS画图相似的程序
VB开发的一个与WINDOWS画图相似的程序-the VB and Windows drawing a similar procedure
- 2023-02-12 22:55:04下载
- 积分:1
-
this is my right Bresenham algorithm a little bit of views, and you want to expl...
这个是本人对Bresenham算法的一点点看法,想和各位图形学爱好者共同探讨一下其优化算法!-this is my right Bresenham algorithm a little bit of views, and you want to explore graphics enthusiasts about their optimization algorithm!
- 2022-02-21 20:37:13下载
- 积分:1
-
一个matlab绘制史密斯圆图的程序,比较好用。可惜的是没有做出界面...
一个matlab绘制史密斯圆图的程序,比较好用。可惜的是没有做出界面-Matlab draw a Smith plans to compare ease of use. It is a pity that did not make the interface
- 2022-11-17 08:00:04下载
- 积分:1
-
这是我上计算机图形学课时老师要求做的作业,上载源码以供大家参考....
这是我上计算机图形学课时老师要求做的作业,上载源码以供大家参考.-This is my last computer graphics class teacher asked them to the operation of the source code available for reference.
- 2022-05-12 19:54:48下载
- 积分:1
-
used language paintings balls, oval procedures, instead of graphics library
用c语言编写的画圆球,椭圆的程序,不是用图形库-used language paintings balls, oval procedures, instead of graphics library
- 2023-01-05 15:00:04下载
- 积分:1
-
aceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测
操作,需要强调的是人脸区域检测、眼睛的检测与定位...
aceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测
操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理
模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。
另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-aceDetection running, First to file "opened face.bmp included in the photo, and can only proceed after face detection operation, needs to be emphasized is the human face detection, eye detection and location, human mouth of the detection and location, Face to outline four processing module must be in accordance with the chronological order, Besides, the various modules must also operate in accordance with the menu bar from top to bottom to the order. In addition, As the face detection is used when a priori knowledge, So the only right given to the Photo face.bmp to handle.
- 2023-03-26 09:05:04下载
- 积分:1