-
图象模板匹配算法源代码
图象模板匹配算法源代码-image template matching algorithm source code
- 2022-06-22 02:35:21下载
- 积分:1
-
CDC简单学习教程
应用背景如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,关键技术滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。。
- 2022-01-26 04:00:47下载
- 积分:1
-
字符文本识别的神经网络程序,采用BP算法,能够适时输出错误便于察看...
字符文本识别的神经网络程序,采用BP算法,能够适时输出错误便于察看-The NN program of Character text recognition adopts BP Arithmetic, it could output run error in time and easy to be descried.
- 2022-07-14 14:22:17下载
- 积分: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
-
自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。...
自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。-own use C language prepared by the midpoint drawcircle algorithm, According to user input center coordinates and radius of the circle corresponding paint.
- 2022-01-22 06:41:24下载
- 积分:1
-
Windows图像编程,C语言开发
Windows图像编程,C语言开发-Windows programming, C language development
- 2022-08-14 00:36:50下载
- 积分:1
-
tc下写的一个三维地球
tc下写的一个三维地球-3D earth programed in tc
- 2023-07-29 23:40:02下载
- 积分:1
-
指纹识别源代码,指纹预处理,图像增强,特征提取,指纹比对和指纹的存储。...
指纹识别源代码,指纹预处理,图像增强,特征提取,指纹比对和指纹的存储。-Source code for fingerprint recognition, fingerprint pre-processing, image enhancement, feature extraction, fingerprint matching and fingerprint storage.
- 2023-07-10 22:15:03下载
- 积分:1
-
hy12864b液晶显示全部程序(汇编、C) 包括带字库液晶和不带字库液晶...
hy12864b液晶显示全部程序(汇编、C) 包括带字库液晶和不带字库液晶-hy12864b all LCD (Series C) includes a library with LCD and non-character LCD
- 2022-03-19 23:48:36下载
- 积分:1
-
通过检查图像间的相似度来实现图像配准,有详细注释,便于理解,编译能运行。...
通过检查图像间的相似度来实现图像配准,有详细注释,便于理解,编译能运行。-by checking the similarity between the images to achieve image registration, detailed notes, easily comprehensible compiler can run.
- 2023-05-24 10:55:03下载
- 积分:1