-
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
-
图形学的算法直线生成算法2
图形学的算法直线生成算法2-graphics algorithms straight Algorithm 2
- 2022-02-21 04:14:09下载
- 积分:1
-
梯度锐化,在readme.txt里有详细的使用说明
梯度锐化,在readme.txt里有详细的使用说明-tguj
- 2023-02-15 14:20:04下载
- 积分:1
-
实验3
实验3-1综合使用鼠标、菜单、橡皮条等交互技术实现直线、圆和矩形等基本图形的绘制并填充。-integrated use a mouse, menus, such as rubber of interactive technology straight, round and rectangular basic drawing and graphics filled.
- 2022-10-31 02:40:02下载
- 积分:1
-
VisualC++实现的BP神经网络类
VisualC++实现的BP神经网络类-VC achieve BP neural network category
- 2022-07-22 17:53:02下载
- 积分:1
-
基于MATLAB的英文字母识别!不过在收敛上存在一点小问题!
基于MATLAB的英文字母识别!不过在收敛上存在一点小问题!-based on MATLAB alphabetical identification! But there convergence little problem!
- 2022-05-19 12:04:36下载
- 积分:1
-
一种手写字体识别(模糊识别)的源代码。附…
一种用于手写字体识别(模糊识别)实现的源代码。隶属于模式识别领域-A handwritten font identification (fuzzy recognition) the source code. Attached to the field of pattern recognition
- 2022-04-22 23:20:35下载
- 积分:1
-
A Quality Tetrahedral Mesh Generator and T hree
A Quality Tetrahedral Mesh Generator and Three-Dimensional Delaunay Triangulator.-A Quality Tetrahedral Mesh Generator and T hree-Dimensional Delaunay Triangulator.
- 2022-06-28 02:26:49下载
- 积分:1
-
非常实用的配色表,方便j2me程序员调色。节省开发时间
非常实用的配色表,方便j2me程序员调色。节省开发时间-A very useful color table to facilitate j2me programmers color. Save development time
- 2022-08-18 07:38:25下载
- 积分:1
-
图片查看软件
利用VC++6.0 编的图片查看软件,可以实现放大,缩小等功能
- 2022-01-23 10:43:34下载
- 积分:1