-
png图像格式转bmp的源代码
png图像格式转bmp的源代码-png image bmp format to the source code
- 2022-02-21 21:02:42下载
- 积分:1
-
这是一个用VC编的系统编程,内容有大量的API函数
这是一个用VC编的系统编程,内容有大量的API函数-This is a series of the VC system programming, as a large number of API Function
- 2022-07-19 04:23:33下载
- 积分:1
-
视频采集
视频采集-Video Capture
- 2022-08-24 00:39:39下载
- 积分:1
-
基于VB的人脸、简单图形识别。识别出相匹配的人脸图形
基于VB的人脸、简单图形识别。识别出相匹配的人脸图形-VB-based human face, the simple pattern recognition. Identify the matching graphics Face
- 2022-07-16 05:51:57下载
- 积分:1
-
用VB编写的完整的CAD程序,源代码提供,可以借鉴开发自己的CAD版本,一点遗憾的是说明是法语...
用VB编写的完整的CAD程序,源代码提供,可以借鉴开发自己的CAD版本,一点遗憾的是说明是法语-VB prepared with a complete CAD program, source code provided, you can learn to develop their own version of the CAD, A LITTLE regret is that it is French
- 2022-04-18 08:54:39下载
- 积分:1
-
单幅图像基础上的交通事故现场三维重建的硕士论文
单幅图像基础上的交通事故现场三维重建的硕士论文-3d
- 2022-05-20 20:38:33下载
- 积分:1
-
一个JAVA3D下的地形编程源文件,可以用键盘进行交互控制
一个JAVA3D下的地形编程源文件,可以用键盘进行交互控制-JAVA3D terrain under a program source file, you can use the keyboard for interactive control
- 2022-03-22 03:40:55下载
- 积分:1
-
dos下显示火焰特效,主要在dos下面的图像处理程序
dos下显示火焰特效,主要在dos下面的图像处理程序-display fire effect on DOS, a image processing program on DOS
- 2022-03-29 17:32:30下载
- 积分:1
-
自己写的用来比较图像的代码VB
自己写的用来比较图像的代码VB-write his image used to compare the code in VB
- 2023-06-02 17: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