-
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
-
WPF图形设计器
这是一套WPF图形设计器,在一个外国网站上找到的,包含整套源码,里面的代码设计思想非常棒,非常适合新手,还包含一个例子,可适合做工作流引擎的同学学习,里面含有常见的流程图图形:开始,结束,过程,分支,子过程,还可以连线,可以改变线的线头图形,可以自己定原图,可以保存,编辑,打开,改变颜色
- 2022-03-04 10:06:59下载
- 积分:1
-
ArcGIS E00 format for reading and writing data VC code
ArcGIS E00格式数据读写VC代码-ArcGIS E00 format for reading and writing data VC code
- 2023-06-04 16:40:03下载
- 积分:1
-
视频镜头分割过滤
资源描述镜头资源冗余,因而镜头检测分割尤为重要,本程序实现检测镜头为若干图像,并进行分割识别
- 2022-03-13 03:10:47下载
- 积分:1
-
stm32 控制P9823 RGB IC
自己调试的控制全彩RGB IC P9823的驱动 stm32f030 内容重点为控制全彩IC的延时部分,因为没有示波器。所以只能一点点调试,P9823通过测试可以用WS2811通过
- 2022-01-24 09:13:55下载
- 积分:1
-
图像的预处理,读入彩色图像将其灰度化matlab 代码
图像的预处理,读入彩色图像将其灰度化matlab 代码-matlab code
- 2022-05-25 15:33:47下载
- 积分:1
-
based on image processing camera auto
基于图像处理的相机自动调焦系统,自动调焦中的图象处理和反馈控制方法等愿程序-based on image processing camera auto-focusing system, automatic focusing of image processing and feedback control methods would procedures
- 2022-03-04 16:12:39下载
- 积分:1
-
演示了如何制作透明图标的效果。供爱好的人学习。
演示了如何制作透明图标的效果。供爱好的人学习。-Demonstrated how to create a transparent icon effect. For people who love learning.
- 2023-03-20 12:50:03下载
- 积分:1
-
maya5 _ 6xfileexporter
maya5_6XFileExporter
- 2022-04-18 15:57:05下载
- 积分:1
-
VC++图象处理程序,内容是编程实现对图象的高斯滤镜,效果很好...
VC++图象处理程序,内容是编程实现对图象的高斯滤镜,效果很好-VC image processing procedures, as programming is the right image Gaussian filter with good results
- 2022-04-12 05:02:22下载
- 积分:1