-
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
-
计算机图形学填充算法,包括FloodFill与BoundaryFi
计算机图形学填充算法,包括FloodFill与BoundaryFi-Computer Graphics filling algorithms, including FloodFill and BoundaryFill
- 2022-01-25 20:53:17下载
- 积分:1
-
用VC实现的一个调色程序,可以很容易的调制初一些颜色,实现起来很方便!比较适合初学者!...
用VC实现的一个调色程序,可以很容易的调制初一些颜色,实现起来很方便!比较适合初学者!-VC realize with a color process, can easily be the beginning of the modulation of some colors, very easy to achieve! More suitable for beginners!
- 2022-11-30 02:05:04下载
- 积分:1
-
看图的控件,有很多图形格式
看图的控件,有很多图形格式-flashcards of controls, there are many graphics formats
- 2022-12-24 16:35:03下载
- 积分:1
-
This procedure and the procedure is fn_DBn_2D together for testing procedures fn...
此程序和fn_DBn_2D程序是一起的,用于测试fn_DBn_2D程序的分解和重构效果,里面用到了一副典型图象:babala。-This procedure and the procedure is fn_DBn_2D together for testing procedures fn_DBn_2D effects of decomposition and reconstruction, which uses a typical image: babala.
- 2023-08-06 05:40:03下载
- 积分:1
-
VC摹仿手写字的源码
VC摹仿手写字的源码-VC imitate handwritten characters FOSS
- 2022-03-30 00:35:24下载
- 积分:1
-
A program of digit recognition.
数字识别的源代码程序-A program of digit recognition.
- 2022-07-03 15:40:55下载
- 积分:1
-
基于OGRE的变电站三维可视化系统,仿真了电容器设备的点选、属性查看等。...
基于OGRE的变电站三维可视化系统,仿真了电容器设备的点选、属性查看等。-Ogre-based substation three-dimensional visualization system, simulation of the capacitor device click, view and other attributes.
- 2023-09-10 03:00:06下载
- 积分:1
-
学习C++ builder的好帮手,一定会让你喜欢
学习C++ builder的好帮手,一定会让你喜欢-a good helper, we will let you like
- 2022-01-25 18:33:42下载
- 积分:1
-
通用的去验证码中干扰线的资料,使用最短路径和方向偏移算法实现...
通用的去验证码中干扰线的资料,使用最短路径和方向偏移算法实现-A common code to verify the information in the interference lines, use the shortest path and direction of the offset algorithm
- 2022-08-14 08:53:29下载
- 积分:1