-
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
-
逆合成孔径雷达雷达点目标仿真的MATLAB程序
雷达 逆合成孔径雷达点目标仿真 matlab程序 -Inverse Synthetic Aperture Radar radar point target simulation matlab program
- 2022-07-23 03:16:36下载
- 积分:1
-
Kriging 算法的 2维和3维地图等高线
Kriging 算法的 2维和3维地图等高线-Kriging algorithm 2 keeps peace 3 Uygur map contour line
- 2022-11-02 19:25:03下载
- 积分:1
-
直方图均衡化,局部直方图均衡化,直方图匹配,中值滤波,...
直方图均衡化,局部直方图均衡化,直方图匹配,中值滤波,-histgram equalization,histogram matching
- 2022-04-21 00:43:32下载
- 积分:1
-
Jpeg 解码的例子
Jpeg 解码的例子--Jpeg decoding example
- 2022-01-24 15:52:03下载
- 积分:1
-
加载了bitmap,jpg,pcx等图形格式的类,实现了不同图形的显示和变换。...
加载了bitmap,jpg,pcx等图形格式的类,实现了不同图形的显示和变换。-Loading a bitmap, jpg, pcx graphics formats, such as categories, to achieve a different graphics display and transformation.
- 2022-10-15 12:30:02下载
- 积分:1
-
- 2022-12-16 15:00:03下载
- 积分:1
-
gui绘制曲线,坐标系变换,运行在linux系统下,使用qt软件开发...
gui绘制曲线,坐标系变换,运行在linux系统下,使用qt软件开发-gui drawing curves, coordinate transformations, running on linux system, the use of software development qt
- 2022-03-06 15:50:44下载
- 积分:1
-
本程序是在VC++环境下编写的二次样条曲线程序源代码,可直接运行程序,是学习图形学的好帮手。...
本程序是在VC++环境下编写的二次样条曲线程序源代码,可直接运行程序,是学习图形学的好帮手。-This procedure is VC++ Environment prepared quadratic spline curve of source code, can be directly run the program, is a good helper to learn graphics.
- 2022-07-13 12:28:13下载
- 积分:1
-
实现最陡下降法,研究步长因子和特征扩散度对收敛速度的影响...
实现最陡下降法,研究步长因子和特征扩散度对收敛速度的影响-Achieve the steepest descent method to study the characteristics of step length factor and the proliferation of degree of influence on the convergence rate
- 2022-07-19 06:30:05下载
- 积分:1