-
大写字母识别程序,可识别26个英文字母.
大写字母识别程序,可识别26个英文字母.-capital letters identification procedures, identify 26 English letters.
- 2022-03-10 03:23:47下载
- 积分:1
-
找了好久才找到的,关于数字图像处理的基础书大概看看了,内容不错。
找了好久才找到的,关于数字图像处理的基础书大概看看了,内容不错。- Looked only then had found for a long time, probably had a look
about the digital picture processing foundation book, the content was
good.
- 2022-10-19 00:25:03下载
- 积分:1
-
一个不错的图像处理VCL(含示例)
一个不错的图像处理VCL(含示例)-a good image processing VCL (with examples)
- 2022-10-15 09:50:03下载
- 积分:1
-
CANNY算子用于踢去图像的边缘,绝对好用。
CANNY算子用于踢去图像的边缘,绝对好用。-Canny Operator for the kick to the edge of the image, the absolute ease of use.
- 2022-03-14 08:39:19下载
- 积分:1
-
on reading and writing procedures
关于bmp读写的程序-on reading and writing procedures
- 2023-08-27 23:10:04下载
- 积分:1
-
6208卡的振镜标记软件(图象雕刻)
6208卡的振镜标记软件(图象雕刻)-6208 card galvanometer marking software (carved images)
- 2022-03-25 07:04:17下载
- 积分:1
-
用于绘制基础bezier curve,4点可以控制一跳曲线,4点之后再次点击鼠标会重新出现控制点....
用于绘制基础bezier curve,4点可以控制一跳曲线,4点之后再次点击鼠标会重新出现控制点.-used to draw sample bezier cuve, it support the bezier curve that has 4 control points.
- 2022-07-25 19:10:37下载
- 积分:1
-
A good target detection procedures, the use of OpenCV and VC++ Programming, is c...
目标检测的好程序,利用OpenCV和VC++编程,是目前比较流行的方法,效果很好的源码!-A good target detection procedures, the use of OpenCV and VC++ Programming, is currently the more popular methods, the effect of a very good source!
- 2022-04-13 01:44:02下载
- 积分:1
-
《Vis u a l C+ + 面向对象与可视化程序设计》――清华大学计算机基础教育课程系列教材...
《Vis u a l C+ + 面向对象与可视化程序设计》――清华大学计算机基础教育课程系列教材- Vis ual C++ Object-oriented programming and visualization - Tsinghua University Computer Basic Education Curriculum textbook series
- 2022-03-24 01:55:22下载
- 积分: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