-
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++环境中编写代码,实现画线,非常方便实用
在C++环境中编写代码,实现画线,非常方便实用-In the C++ environment to write code to achieve drawing lines, is very convenient and practical
- 2022-04-24 03:17:53下载
- 积分:1
-
Using python to write a simple Verification Code identification procedures, chin...
使用python写的简单验证码识别程序,china pub上验证可以使用-Using python to write a simple Verification Code identification procedures, china pub on authentication can be used
- 2022-02-28 11:53:50下载
- 积分:1
-
NURBS曲线的导数算法
nurbs curve derivative second algorithm
- 2022-10-28 00:45:04下载
- 积分:1
-
使用OpenGL来打开并显示3DS文件的MFC程序,使用VC++编程,内含EXE及源码...
使用OpenGL来打开并显示3DS文件的MFC程序,使用VC++编程,内含EXE及源码-The use of OpenGL to open and display 3DS file MFC programs, use the VC++ program that contains EXE and source code
- 2023-06-11 10:25:13下载
- 积分:1
-
good grasp of the original code word, and to share that good results, and we can...
很好的抓词原代码,,共享给大家,,效果不错,,大家可以根据自己需求改-good grasp of the original code word, and to share that good results, and we can change according to their needs
- 2022-07-23 13:04:01下载
- 积分:1
-
用VC++编的计算机图形算法
用VC++编的计算机图形算法-with VC++ series of the computer graphics algorithms
- 2023-06-02 12:50:03下载
- 积分:1
-
images of some of the procedures in the hope that useful to you
关 于 图 像 处 理 的 一些 程 序,希 望 对 你 有 用-images of some of the procedures in the hope that useful to you
- 2023-08-03 03:30:04下载
- 积分:1
-
The specific format of 3D model is displayed, and can use the keyboard and mouse...
把特定格式的3D模型显示出来,并且能用键盘和鼠标控制。3D文件已包含在压缩包里(abc.obj。-The specific format of 3D model is displayed, and can use the keyboard and mouse control. 3D document has been included in the compression bag (abc.obj.
- 2022-02-15 15:34:06下载
- 积分:1
-
实验3
实验3-1综合使用鼠标、菜单、橡皮条等交互技术实现直线、圆和矩形等基本图形的绘制并填充。-integrated use a mouse, menus, such as rubber of interactive technology straight, round and rectangular basic drawing and graphics filled.
- 2022-10-31 02:40:02下载
- 积分:1