-
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
-
本为图形学中区域填充算法
本为图形学中区域填充算法-graphics for the regional filling algorithm
- 2022-02-20 12:41:39下载
- 积分:1
-
VC下的对位图的压缩程序
VC下的对位图的压缩程序-VC under the right bitmap compression process
- 2022-02-06 19:52:16下载
- 积分:1
-
红蓝交替显示,戴上立体眼睛可以看立体,已经调试
红蓝交替显示,戴上立体眼睛可以看立体,已经调试-Alternating red and blue indicate that the eyes can be seen wearing a three-dimensional three-dimensional, have been debug
- 2022-05-07 04:48:22下载
- 积分:1
-
OpenCV是一个功能强大的图像处理类库,该程序演示了图像的载入以及如何把bmp转换为OpenCV支持的格式。...
OpenCV是一个功能强大的图像处理类库,该程序演示了图像的载入以及如何把bmp转换为OpenCV支持的格式。-OpenCV is a powerful image processing library, the program demonstrated the images printed and how conversion to OpenCV bmp format support.
- 2023-06-15 07:00:04下载
- 积分:1
-
使用windows的API进行绘图的完整源码例程
使用windows的API进行绘图的完整源码例程 -The use of windows of the API source for a complete graphics routines
- 2023-09-01 14:30:04下载
- 积分:1
-
显示三维网格模型
三维模型大多是用三角网格形式描述的,基于OpenGL和C++绘制了三角网格模型,并实现了与键盘和鼠标的交互,通过点击鼠标键和按键盘响应键,可以对模型进行旋转、缩放、移动等操作。
- 2023-05-17 08:20:04下载
- 积分:1
-
用c语言实现键盘画图
用c语言实现键盘画图-used language keyboard Painting
- 2022-05-14 15:35:45下载
- 积分:1
-
图片转换组件,可以很方便的将bmp格式的图片转换成gif格式的图片...
图片转换组件,可以很方便的将bmp格式的图片转换成gif格式的图片-Photo conversion components, it is quite easy to bmp format photographs into gif format photographs
- 2022-02-05 17:19:56下载
- 积分:1
-
一个很简单的VC++实现的在窗口中写字的程序 供MFC初学者参考
一个很简单的VC++实现的在窗口中写字的程序 供MFC初学者参考-a very simple VC in the window and write procedures for beginners reference MFC
- 2022-01-25 20:38:23下载
- 积分:1