-
freetype-2.3.5-1-dep
FREETYPE,字库引擎,开源免费,ttf(freetype)
- 2009-04-25 21:24:18下载
- 积分:1
-
car
汽车车牌的图像识别。 根据车牌凸角轮廓特征,采用MPP算法进行车牌倾斜校正;采用彩色图像分割方法,最大限度的去除图像噪声干扰;设计了基于神经网络的多种彩色背景车牌字符识别方法,取得了良好的效果。(Image recognition of vehicle license plates. According to plate convex contour feature, the use of MPP plate tilt correction algorithm using color image segmentation method, the maximum removal of image noise designed based on a variety of colored background neural network method for license plate recognition, and achieved good results.)
- 2011-05-18 11:18:43下载
- 积分:1
-
L25__2901__64i
Linux下,minigui串口口通讯界面编程与开发,实现收发控制
(Under Linux, minigui serial port communication interface programming and development, the transmitting and receiving control)
- 2012-07-27 15:40:57下载
- 积分:1
-
一个电商平台
这是一个电商平台,类似淘宝。
含全部源码。
含数据库。
用vs2013开发,vs2010,vs2012可以打开。
- 2022-06-27 16:26:14下载
- 积分:1
-
压力测试不死进程完整源码
压力测试不死进程完整源码,包含控制端,客户端,只需要导入XTP库到项目中,就可以完整编译。
- 2022-01-26 06:58:04下载
- 积分:1
-
BMPViewer
用于BMP图像的显示,包含了新建、打开、剪切、复制、放大、缩小等功能。(BMP images for display, including a new, open, cut, copy, zoom and other functions.)
- 2013-07-10 16:36:04下载
- 积分:1
-
SurveyOfImageSuper-resolutionInvestigation
来自万方数据库的付费论文,详细介绍了图像超分辨率算法研究(WanFangDATA paid from the paper, detailing the image super-resolution algorithm)
- 2009-10-16 14:59:49下载
- 积分:1
-
RemoteSrceenControl
一个远程监视控制屏幕的程序,包括服务器和客户端 .vs2008下编译通过。
(A remote monitoring control screen procedures, including server and client. Vs2008 compile.)
- 2011-10-19 17:27:48下载
- 积分:1
-
avwin0808Pavwin04043
这是一个8x8的矩阵切换程序,可实现8个通道的音频高清视频切换。(This is a 8x8 matrix switcher can achieve 8-channel audio HD video switching.)
- 2014-04-25 13:50:57下载
- 积分:1
-
C# 将图像控件的定义导出为XAML文件
C# 将图像控件的定义导出为XAML文件,支持的图像文件:图像文件(JPeg,Gif,Bmp,etc,tiff,png)等。
string MyXAML= System.Windows.Markup.XamlWriter.Save(this.image1);
if (System.IO.File.Exists("MyXaml.xaml"))
System.IO.File.Delete("MyXaml.xaml");
System.IO.File.AppendAllText("MyXaml.xaml", MyXAML);
MessageBox.Show(MyXAML, "MyXaml.xaml文件的内容", MessageBoxButton.OK);
- 2022-04-14 09:51:54下载
- 积分:1