-
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
-
用opencv方法开发的基于haartraining特征的
人脸检测
用opencv方法开发的基于haartraining特征的
人脸检测
-Opencv methods used to develop the characteristics of haartraining-based Face Detection
- 2022-03-17 05:58:54下载
- 积分:1
-
一个小型的画图工具,可绘制多种图形和文本并可以保存为文件,支持Undo/Redo功能...
一个小型的画图工具,可绘制多种图形和文本并可以保存为文件,支持Undo/Redo功能- A small painting tool, may draw up the many kinds of graphs and
the text and may preserve is a document, supports the Undo/Redo
function
- 2023-04-14 16:45:03下载
- 积分:1
-
计算机图形学中的种子填充算法的实现。用vc++实现的
计算机图形学中的种子填充算法的实现。用vc++实现的-Computer Graphics in the seed filling algorithm. Achieved with the vc++
- 2022-04-21 17:12:07下载
- 积分:1
-
一个在图象处理中有用的图象二值化源程序,要用快下!
一个在图象处理中有用的图象二值化源程序,要用快下!-image processing in a useful image binary source, use under fast!
- 2022-08-21 15:20:24下载
- 积分:1
-
集装箱号码的定位算法,对于字母数字有较好的定位效果,为进一步的号码分割识别奠定了基础...
集装箱号码的定位算法,对于字母数字有较好的定位效果,为进一步的号码分割识别奠定了基础-location algorithm for extraction of codes in containers
- 2023-09-08 20:20:02下载
- 积分:1
-
画实时波形图
画实时波形图-Art real-time waveform
- 2022-05-16 18:46:20下载
- 积分:1
-
数字图像处理课程老师留的作业,可以用来显示512*512的RGB图像,及实现和HIS和HSV格式图像得转换...
数字图像处理课程老师留的作业,可以用来显示512*512的RGB图像,及实现和HIS和HSV格式图像得转换-The homework of the imageprocessing teacher,which can be used to display the RGB image with 512*512 formation, and to process the format conversion between the HIS and HSV.
- 2022-12-31 18:35:05下载
- 积分:1
-
可以用来调整图像对比度和亮度的代码,用vc实现,不错的阿
可以用来调整图像对比度和亮度的代码,用vc实现,不错的阿-images can be used to adjust contrast and brightness of code, using vc achieved good A
- 2022-01-31 10:46:28下载
- 积分:1