-
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
-
Test of height mapping in C/Asm
Test of height mapping in C/Asm
- 2022-09-21 09:05:03下载
- 积分:1
-
基于小的变化,以及边缘融合算法的图像边缘…
基于小变换,以及边缘融合算法的图像边缘检测算法。包含了在多尺度下层层检测分解重构图像。-Based on the small change, as well as the edge of fusion algorithm of image edge detection algorithm. Included at every level of multi-scale decomposition of reconstructed image detection.
- 2022-11-08 02:55:03下载
- 积分:1
-
一个简单的矢量绘图的例子,可以绘制矢量多段线,并可进行复制.txt
一个简单的矢量绘图的例子,可以绘制矢量多段线,并可进行复制.txt-a simple example of vector graphics, vector drawing more of the line can replicate. Txt
- 2022-03-18 07:15:23下载
- 积分:1
-
实现了对灰度图像的输出直方图,进行均衡化以及点运算功能...
实现了对灰度图像的输出直方图,进行均衡化以及点运算功能-Implementation of the output gray-scale image histogram, as well as a balanced point of computing functions
- 2022-07-18 11:14:55下载
- 积分:1
-
screen color extraction procedure code, the programming study images can look at...
屏幕颜色提取的程序代码,学习图像编程的可以看一下,颜色处理-screen color extraction procedure code, the programming study images can look at the color treatment
- 2022-03-22 14:29:33下载
- 积分:1
-
地图中等值线的识别与矢量化(程序+源码)
地图中等值线的识别与矢量化,可以实现从栅格地图(目前支持bmp,emf等文件)中获取等值线.GIS工程有用的。-contour map of identification and vectorization, can be achieved from the raster maps (currently supports bmp, catalog, etc.) access contours. GIS projects useful.
- 2023-06-24 16:25:03下载
- 积分:1
-
BMP ASC
Bmp到Asc
- 2023-04-28 22:20:04下载
- 积分:1
-
一个很有用的Markov Decision Process matlab程序
一个很有用的Markov Decision Process matlab程序-a very useful Markov Decision Process procedures Matlab
- 2022-07-14 13:13:04下载
- 积分:1
-
VC图像粗化和细化,只能处理256色图像,连续…
用于vc++图象粗化和细化处理,只能处理256色以下的图象,可连续处理.-for vc images rough and refined, can only handle 256 colors of images, continuous processing.
- 2022-12-17 20:50:02下载
- 积分:1