-
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
-
Labview PID控制实验程序..供学习者参考.
Labview PID控制实验程序..供学习者参考.-Labview PID Control Experimental procedure for the learner .. reference.
- 2023-08-30 11:10:02下载
- 积分:1
-
用于正面 眼部区域检测的 Adaboost分类器
用于正面 眼部区域检测的 Adaboost分类器-a positive detection of eye regions Adaboost classifier
- 2022-11-12 09:55:03下载
- 积分:1
-
直方图修正
直方图修正-彩色变换算法源代码-Histogram amendment- Color Transform algorithm source code
- 2022-12-23 06:25:02下载
- 积分:1
-
源代码的图像特征提取,使用Sobel算子边缘提取…
图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)-Image Feature Extraction of the source code, use the sobel operator edge extraction, the use of hu moments shape feature extraction of images, the use of color centers Moment image color feature extraction, use eclipes into the project and run the test file (test file could be to some notes run out some more features)
- 2022-02-05 11:57:48下载
- 积分:1
-
这是一个纯C语言的 H.264 解码程序,速度较慢,如果您试验时手头没有解码器,可以用此凑合。
执行命令方式为:...
这是一个纯C语言的 H.264 解码程序,速度较慢,如果您试验时手头没有解码器,可以用此凑合。
执行命令方式为:
-o 264格式的输入文件 yuv格式的输出文件
比如(假如目录为 D:H264 ):
D:H264h264_dec.exe D:H264 est.264 D:H264 est.yuv
若不输入参数,则默认为:
h264_dec.exe test.264 test.yuv-This is a pure C language of the H.264 decoding process, a slow, if you do not test the decoder, you can make do with this. For the implementation of the order:-o 264 of the input file format yuv format such as the output file (if the directory is D: H264 ): D: H264 h264_dec.exe D: H264 test.264 D: H264 test.yuv if the input parameter, the default is: h264_dec.exe test.264 test.yuv
- 2022-09-14 01:50:03下载
- 积分:1
-
这是个关于虚拟人(女)的vrml程序。她可以做一些动作。
这是个关于虚拟人(女)的vrml程序。她可以做一些动作。-This is on the virtual human (female) of the VRML program. She can make some moves.
- 2022-06-12 11:11:54下载
- 积分:1
-
Multi
多线程图形特效,可以预览到多线程播放图片的许多效果,非常方便。-Multi-threaded graphics effects, you can preview images to a multi-threaded playback of many effects, very convenient.
- 2022-05-17 13:56:34下载
- 积分:1
-
opencv特征提取和匹配示例程序
opencv特征提取和匹配demo,使用visual studio 2013加上opencv 2.4.9实现;来自opencv官网的demo程序,删除了匹配程序,添加打印程序将opencv特征描述符中数据的格式打印出来,结果保存在surfdes文件中,可用记事本或者notepad打开;
- 2022-04-21 22:22:02下载
- 积分:1
-
Digital image processing book entry programming, some help for beginners
数字图像处理书籍的入门编程,对初学者有些帮助-Digital image processing book entry programming, some help for beginners
- 2022-05-19 07:56:07下载
- 积分:1