-
graphics algorithms straight Algorithm 3
图形学的算法直线生成算法3-graphics algorithms straight Algorithm 3
- 2022-03-12 10:25:52下载
- 积分:1
-
C++builder编的See32看图程序。
C++builder编的See32看图程序。-C++ Builder series See32 flashcards procedures.
- 2022-06-14 14:16:30下载
- 积分:1
-
oepngl实现火焰的模拟 采用粒子系统和纹理映射
oepngl实现火焰的模拟 采用粒子系统和纹理映射-realize oepngl flame using particle system simulation and texture mapping
- 2022-12-04 04:50:03下载
- 积分:1
-
VC读取BMP图,以及经典的边缘检测算法,还包括游程编码,本程序实现了检测、提取、压缩bmp图的边缘图像。...
VC读取BMP图,以及经典的边缘检测算法,还包括游程编码,本程序实现了检测、提取、压缩bmp图的边缘图像。-VC read BMP map, and the classic edge detection algorithms, including run-length coding, the program of detection, extraction, compression bmp image map to the brink.
- 2022-10-19 15:45:03下载
- 积分:1
-
sunlightface人脸识别
人脸识别正确率97.18%,1秒内完成。
能够在复杂的光线和背景下依然正确工作,并支持多张人脸在一个画面上的检测,识别,验证。戴眼镜和黑色人种也能检测和识别。能从多角度检测到人脸。
并带人鼻,嘴,眼镜,人脸左右边界的定位功能。
本软件仅限用于可见光(如室内光,日光灯,节能灯,白炽灯),并要求用户主动配合采模板,主动配合识别.最好有USB摄像头
无法使用的几种解决方法:
1.最好不要下载在桌面上运行,COPY到C,D盘任一目录下都行。
2.win2003下无法使用,建议用WINXP或WIN7;
WIN7建议采用兼容模式,以管理员身份运行。正式版可以在WIN2003下运行。
3.确定没有运行中的SOFTICE,VMWARE等调试或虚拟机类软件。
4.显示器分辩率最好是1280*768以上,1024*768可能无法用。显示器颜色质量16位色不行,必要是24位色或32位色。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-08 11:05:03下载
- 积分:1
-
读文本文件,将里面的字符串筛选出来,split函数的运用,分割字符串。...
读文本文件,将里面的字符串筛选出来,split函数的运用,分割字符串。-Read a text file, which filter out the string, split function, the use of split strings.
- 2022-05-06 10:48:57下载
- 积分:1
-
实现画图板功能,能画矩形 椭圆等,功能简单,但很有用的
实现画图板功能,能画矩形 椭圆等,功能简单,但很有用的-this is a program that help us to draw picture,such as rectangle elipse
- 2022-02-11 13:33:43下载
- 积分:1
-
粒子系统的一个小例子
粒子系统的一个小例子-Particle system in a small example
- 2023-03-01 09:20:03下载
- 积分:1
-
上千个编程图标,可以自动保存为ICO,BMP格式
上千个编程图标,可以自动保存为ICO,BMP格式-thousands programming icon, it will automatically be kept as ICO, BMP format
- 2022-06-17 21:01:48下载
- 积分:1
-
When creating applications with a complex view layout, there are several feature...
When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization.
- 2022-06-30 06:29:02下载
- 积分:1