-
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
-
vc游戏编程的一个源代码
vc游戏编程的一个源代码-vc game of a programming source code
- 2022-10-27 19:25:03下载
- 积分:1
-
This is the VC of the most cattle the latest version of VAX plug V10.5.1711.0, i...
这是VC最牛插件VAX的最新版V10.5.1711.0,非常好用,是VC编程人员的好帮手。-This is the VC of the most cattle the latest version of VAX plug V10.5.1711.0, is very easy to use, is a good helper VC programmers.
- 2022-04-07 15:41:16下载
- 积分:1
-
图形学的一个作业,通过对话框画直线、圆弧、椭圆弧
图形学的一个作业,通过对话框画直线、圆弧、椭圆弧-graphics of an operation, through dialog painting line, arc, ellipse
- 2022-01-25 21:55:41下载
- 积分:1
-
- 2022-07-14 12:49:10下载
- 积分:1
-
本次实验完成的小球游戏机,由6 个模块组成,分别是top 模块、vgasig模块、ball模块、mount模块(障碍物)、board模块(可动板)、contro...
本次实验完成的小球游戏机,由6 个模块组成,分别是top 模块、vgasig模块、ball模块、mount模块(障碍物)、board模块(可动板)、control模块。1. top 模块 -The experiments completed in the ball game, from six modules, namely, top module, vgasig module, ball module, mount module (obstructions), board module (movable panels), control module. 1. Top module
- 2022-02-25 01:58:21下载
- 积分:1
-
本程序是用VisualC++和OpenCV实现的,通过改进的Camshift算法,引进辅助信息,解决了人脸遮挡问题...
本程序是用VisualC++和OpenCV实现的,通过改进的Camshift算法,引进辅助信息,解决了人脸遮挡问题-This procedure is used VisualC++ And OpenCV achieved through improved Camshift algorithm, the introduction of auxiliary information to resolve the problem of facial occlusion
- 2022-12-19 16:10:07下载
- 积分:1
-
保存屏幕上的图形,是用的是GIF格式,可以用来了解gif图形格式...
保存屏幕上的图形,是用的是GIF格式,可以用来了解gif图形格式-GIFgif
- 2022-07-01 17:28:43下载
- 积分:1
-
a good VRML virtual procedures, oh look at the letter
一个很好的VRML虚拟的程序,不信看一看哦-a good VRML virtual procedures, oh look at the letter
- 2022-04-25 16:11:33下载
- 积分:1
-
一个完善的读取3DS文件例子
一个完善的读取3DS文件例子-A perfect example to read 3DS file
- 2022-06-30 22:06:01下载
- 积分:1