-
d3d initialization procedure, the use of mfc, the realization of the dialog box.
d3d程序初始化,运用mfc,实现对话框。-d3d initialization procedure, the use of mfc, the realization of the dialog box.
- 2022-11-02 21:10:03下载
- 积分:1
-
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
-
保存屏幕上的图形,是用的是GIF格式,可以用来了解gif图形格式...
保存屏幕上的图形,是用的是GIF格式,可以用来了解gif图形格式-GIFgif
- 2022-07-01 17:28:43下载
- 积分:1
-
可以实现两幅BMP图像的合并,并输出合并后的图像
可以实现两幅BMP图像的合并,并输出合并后的图像-May realize two BMP image merge, after and outputs the merge image
- 2022-08-22 02:37:17下载
- 积分:1
-
图像处理的立体匹配算法
立体匹配的算法,用于图像处理-stereo matching algorithms for image processing
- 2022-01-26 07:11:11下载
- 积分:1
-
Gist特征的提取与分类器的训练
该工程从五万张图片中提取每张图片的Gist特征,每张图片都有自己所属类别的标签,然后用Liblinear分类器进行训练,得到一个模型,再对一万张图片进行预测,与这一万张图片的标签信息对比,得出预测正确率
- 2022-02-16 05:34:27下载
- 积分:1
-
大写字母识别程序,可识别26个英文字母.
大写字母识别程序,可识别26个英文字母.-capital letters identification procedures, identify 26 English letters.
- 2022-03-10 03:23:47下载
- 积分:1
-
完整的基本图形绘制系统,VC6.0下编译通过,可以画线,多边形,圆等....
完整的基本图形绘制系统,VC6.0下编译通过,可以画线,多边形,圆等.-integrity of the basic graphics rendering system, under VC6.0 compiler passed, line drawing, polygons, etc. round.
- 2023-05-24 22:55:02下载
- 积分:1
-
a relatively new paper on 3D Face Review, the others have published in the major...
一篇较新的论文,是关于三维人脸的综述,别人已发表在重要刊物上的.-a relatively new paper on 3D Face Review, the others have published in the major journals.
- 2022-04-10 17:19:01下载
- 积分:1
-
人脸器官定位
可以直接运行的人脸特征定位系统,不仅可以检测出人脸,而且可以标出眼睛鼻子嘴巴等部位,基于OpenCV开发的系统
- 2022-12-19 04:45:02下载
- 积分:1