-
仿制windows画图板程序,附完整报告与分析.
VC6 MFC开发
仿制windows画图板程序,附完整报告与分析.
VC6 MFC开发-Imitation windows drawing board procedures, with full report and analysis. VC6 MFC Development
- 2022-03-11 01:40:16下载
- 积分:1
-
这个是关于在directfb中获取键盘的代码,如何根据驱动文件得到按键码值...
这个是关于在directfb中获取键盘的代码,如何根据驱动文件得到按键码值-This is about the directfb code to get the keyboard, how to get key code according to the value of driver files
- 2022-03-18 06:42:58下载
- 积分:1
-
几何是一个集合的例程几何计算在2,3和氮。
GEOMETRY is a collection of routines for geometric calculations in 2, 3 and N space. These calculations include angles, areas, containment, distances, intersection, nearest point, and volumes. The objects considered include points, lines, line segments, polygons, planes, polyhedra and vectors.-GEOMETRY is a collection of routines for geometric calculations in 2, 3 and N space. These calculations include angles, areas, containment, distances, intersection, nearest point, and volumes. The objects considered include points, lines, line segments, polygons, planes , polyhedra and vectors.
- 2023-06-23 00:05:03下载
- 积分:1
-
DLT标定算法的matlab程序,对学习标定的人有用
DLT标定算法的matlab程序,对学习标定的人有用-DLT algorithm matlab calibration procedures
- 2023-06-19 20:25:03下载
- 积分:1
-
用direct 3D实现的贴图片,纹理,并可以旋转,缩放等,图片具有透明度...
用direct 3D实现的贴图片,纹理,并可以旋转,缩放等,图片具有透明度-Achieved using direct 3D paste image, texture, and can be rotating, zooming, etc., pictures with transparency
- 2023-05-23 07:45:03下载
- 积分:1
-
图形学扫描线填充算法,具有填充选择功能的代码体,C语言编写,以编译...
图形学扫描线填充算法,具有填充选择功能的代码体,C语言编写,以编译-graphics scanning fill algorithm, filled with choice of body function code, C language, compiler
- 2022-04-10 01:24:21下载
- 积分:1
-
Delphi的图形绘制flash演示
Delphi的图形绘制flash演示-Delphi graphic flash demo
- 2022-04-01 10:39:50下载
- 积分:1
-
一个能捕捉任何图像
一个能捕捉任何图像-one can capture any image
- 2022-12-07 15:50:03下载
- 积分:1
-
转载图像压缩软件
转载图像压缩软件-reproduced image compression software
- 2022-01-28 08:56:08下载
- 积分: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