-
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
-
- 2022-02-04 22:20:35下载
- 积分:1
-
C#写的滤波程序,通常的图像处理源码都是VC写的,这个是C#的,可以做高斯滤波等...
C#写的滤波程序,通常的图像处理源码都是VC写的,这个是C#的,可以做高斯滤波等-C# to write filtering procedures, the usual source image processing are written by the VC, this is C#, can do Gaussian filter
- 2023-08-05 06:05:03下载
- 积分:1
-
直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.l...
直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-color histogram amendments and command line compiler transformation process following vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib Note : running, documents c : test.bmp must exist
- 2022-02-25 19:58:36下载
- 积分:1
-
这是基于图像处理,用MATLAB编程,对指定的图像进行缺陷检测和边缘提取的程序...
这是基于图像处理,用MATLAB编程,对指定的图像进行缺陷检测和边缘提取的程序-This is based on image processing, using MATLAB programming, the images on the specified defect detection and edge extraction procedures
- 2022-03-14 03:38:10下载
- 积分:1
-
画直线时橡皮筋显示
在vb窗口鼠标画直线时,可以橡皮筋显示过程,当鼠标弹起结束绘制,语句简单有效!
- 2023-04-09 21:30:03下载
- 积分:1
-
稿件名称:卡通渲染
稿件作者:申晓
程序名称:D3D9Cartoon
运行环境:VS.NET2002+WinXP
注意事...
稿件名称:卡通渲染
稿件作者:申晓
程序名称:D3D9Cartoon
运行环境:VS.NET2002+WinXP
注意事项: -Article Name: cartoon rendering manuscripts Author:申晓Program Name: D3D9Cartoon operating environment: VS.NET2002+ WinXP Note:
- 2022-03-14 12:33:30下载
- 积分:1
-
你好,它的工作,因为它找到了系统菜单
hello it works as it find menu for system
- 2022-01-23 10:50:11下载
- 积分:1
-
Graphics,game programming and study the DirctX.It can improve your programming.
图形图像方面、游戏编程的入门指导。涉及DirctX学习指导。-Graphics,game programming and study the DirctX.It can improve your programming.
- 2022-07-19 11:16:16下载
- 积分:1
-
用VB编出的可以使窗体和图片透明
用VB编出的可以使窗体和图片透明-VB series can make out the forms and pictures transparent
- 2022-07-04 12:46:45下载
- 积分:1