-
vc++6.0,使用MFC完成画矩形功能.矩形内部使用BITMAP填充,可以运行的代码...
vc++6.0,使用MFC完成画矩形功能.矩形内部使用BITMAP填充,可以运行的代码-vc++ 6.0, using MFC completed painting rectangular function. BITMAP-filled rectangular internal use, you can run the code
- 2023-04-07 05:45:03下载
- 积分:1
-
类结构比较好的画图程序
类结构比较好的画图程序-type structure rather good drawing program
- 2022-02-21 12:18:51下载
- 积分:1
-
ESRI® 的ArcGIS® Engine是一个用于建立自定义独立地理信息系统(GIS)应用程序的平台,支持多种应用程序接口(APIs),拥有许多高...
ESRI® 的ArcGIS® Engine是一个用于建立自定义独立地理信息系统(GIS)应用程序的平台,支持多种应用程序接口(APIs),拥有许多高级GIS功能,而且构建在工业标准基础之上。
本章将向开发人员介绍ArcGIS Engine开发工具包和ArcGIS Engine运行时软件,讨论如何使用ArcGIS Engine及其不同组件等问题。-ESRI 庐
- 2023-01-04 14:05:03下载
- 积分:1
-
使用CImage.lib,Jpeg.lib,png.lib开发的屏幕保护程序,可以显示多种图形格式...
使用CImage.lib,Jpeg.lib,png.lib开发的屏幕保护程序,可以显示多种图形格式- Uses CImage.lib, Jpeg.lib, the png.lib development screen
saver, may demonstrate the many kinds of graphs form
- 2022-04-24 06:00:35下载
- 积分:1
-
XNA3.0创建地形,根据McGraw.Hill.Microsoft.XNA.Game.Studio.Creators.Guide.Jun.2007.pdf第2...
XNA3.0创建地形,根据McGraw.Hill.Microsoft.XNA.Game.Studio.Creators.Guide.Jun.2007.pdf第25章改写-Xna3.0 terrain,based on McGraw.Hill.Microsoft.XNA.Game.Studio.Creators.Guide.Jun.2007.pdf chapter25
- 2023-06-07 07:10:02下载
- 积分:1
-
模拟时钟的C程序
模拟时钟的C程序-Analog clock C procedures
- 2022-08-31 18:15:03下载
- 积分:1
-
Source code of digital image process procedure,covered many technology,hard to f...
数字图像处理的代码 内容非常全 千辛万苦得来啊-Source code of digital image process procedure,covered many technology,hard to find.
- 2022-03-30 18:33:35下载
- 积分:1
-
算法代码,分别提取两类不同的特征。
使用时直接将代码拷贝到需要使用的地方即可。
代码片断在Visual C++6.0下可编译。...
算法代码,分别提取两类不同的特征。
使用时直接将代码拷贝到需要使用的地方即可。
代码片断在Visual C++6.0下可编译。-Difference withdraw two kind oves different characteristics. Use time directly will code s copy go need use de place and then be OK. Code s fraction at Visual C++6.0 under can translate and edit
- 2022-02-01 10:07:08下载
- 积分:1
-
winTC,一个不错的开发软件
winTC,一个不错的开发软件-winTC, a good software development
- 2022-11-12 18:05:04下载
- 积分: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