-
Paint a small software, realize a simple round and rectangular drawing a straigh...
画图的小软件,实现简单的圆和矩形直线的绘制,能够储存不能填充颜色-Paint a small software, realize a simple round and rectangular drawing a straight line can be stored should not fill color
- 2022-06-26 03:16:29下载
- 积分:1
-
指纹仪组件包,大家可以看看,以前让别人写的,用过一次,还可以吧。...
指纹仪组件包,大家可以看看,以前让别人写的,用过一次,还可以吧。-Fingerprint device package, we will look at the past, let other people write, used once, can you.
- 2022-11-07 06:00:04下载
- 积分:1
-
Discret cosine transform
Discret cosine transform
- 2022-01-30 13:26:44下载
- 积分:1
-
others based framework to achieve the intersection histogram image retrieval, I...
基于别人框架实现直方图的交集图像检索
本人感觉要比其颜色矩和分块直方图的要更优一些,在此对其框架表示感谢-others based framework to achieve the intersection histogram image retrieval, I feel than its color moments and the block to the histogram better, in which framework expressed their gratitude
- 2022-02-01 06:55:00下载
- 积分: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
-
Shader动态管线编程复杂的例子 Shader动态管线编程复杂的例子
Shader动态管线编程复杂的例子 Shader动态管线编程复杂的例子-Dynamic Shader Examples Shader Pipeline programming of complex dynamic pipeline programming examples of the complex dynamics Pipeline Shader programming examples of the complex
- 2023-05-03 10:00:03下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
一个图片浏览编辑器
一个图片浏览编辑器-a photo editor View
- 2022-08-20 03:01:04下载
- 积分:1
-
动态缩略图生成类,可方便生成图片缩略图,只生成一次
动态缩略图生成类,可方便生成图片缩略图,只生成一次-Class to generate dynamic thumbnails, image thumbnails can be easily generated, only to generate a
- 2022-01-26 07:30:21下载
- 积分:1
-
EmguCV播放视频
使用EmguCV实现的播放视频功能,包含使用摄像头录制视频已经播放视频功能,均为使用ImageBox实现,功能较为简单。希望大家共同学习探讨。
- 2023-04-29 05:05:03下载
- 积分:1