-
数字图像处理初学者适合学习的程序 vc++编写阈值自动获取 包含基本图像处理算法...
数字图像处理初学者适合学习的程序 vc++编写阈值自动获取 包含基本图像处理算法-Digital image processing suitable for beginners to learn the procedures contained in vc++ to prepare the basic image processing algorithms
- 2022-12-04 11:05:03下载
- 积分:1
-
一个测绘专业软件的源码,用于全球定位系统(GPS)测量值的高程值转化,将GPS测量高转化为正常高。...
一个测绘专业软件的源码,用于全球定位系统(GPS)测量值的高程值转化,将GPS测量高转化为正常高。- A mapping specialized software source code, uses in the global
positioning system (GPS) the observed value elevation value to
transform, surveys GPS high transforms as normally is high.
- 2023-04-12 20:10:03下载
- 积分:1
-
dos 下的vga编程(纯英文版)
带注解源代码和实例程序
dos 下的vga编程(纯英文版)
带注解源代码和实例程序-vga programming under dos (pure English) annotated source code and sample programs
- 2023-08-13 09:10:03下载
- 积分:1
-
CDC简单学习教程
应用背景如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,关键技术滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。。
- 2022-01-26 04:00:47下载
- 积分:1
-
English OCR recognition controls, can be identified on the Verification Code. De...
英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0
int startY = 0
int width = -1
int height = -1
try
{
startX = Convert.ToInt32(textStartX.Text)
startY = Convert.ToInt32(textStartY.Text)
width = Convert.ToInt32(textWidth.Text)
height = Convert.ToInt32(textHeight.Text)
}
catch (Exception ex)
{
Console.WriteLine(ex.StackTrace)
}
String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height))
textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpar
- 2023-04-27 23:15:04下载
- 积分:1
-
秋枫贴图源程序.
秋枫贴图源程序.-Qiu- feng map source.
- 2022-03-14 16:01:22下载
- 积分:1
-
graphical programming : line drawing, the landscape, rectangular, VC
图形编程:画线,园,矩形,VC-graphical programming : line drawing, the landscape, rectangular, VC
- 2022-12-10 22:15:03下载
- 积分:1
-
该程序能够实现图像的合成技术,把两个图像何在一起‘ 改程序用vb语言来实现,整体效果不错!...
该程序能够实现图像的合成技术,把两个图像何在一起‘ 改程序用vb语言来实现,整体效果不错!-the program can achieve image synthesis technology, the two images together what "vb changed procedures used to achieve language, the overall effect was excellent!
- 2022-03-22 00:32:56下载
- 积分:1
-
很实用的礼物小软件,节日送亲友用吧,纯属娱乐
很实用的礼物小软件,节日送亲友用吧,纯属娱乐-Very practical gift of a small software, holiday with friends and relatives to send it, pure entertainment
- 2023-08-24 09:20:03下载
- 积分:1
-
本程序提供了lzw编码的压缩和解压缩函数,并实现对图象文件的压缩和解压缩...
本程序提供了lzw编码的压缩和解压缩函数,并实现对图象文件的压缩和解压缩-the procedures provided 4,558,302 coding compression functions, and to achieve the right image file compression
- 2023-09-07 13:00:02下载
- 积分:1