-
use Javascript to do graphics and examples.
用Javascript做的图形及例子-use Javascript to do graphics and examples.
- 2023-08-19 23:40:03下载
- 积分:1
-
提供多种图像处理中常用的图像镜像、翻译、提高…
提供几种图象处理中常用的图象镜象、平移、增强、转置等源程序。-provide several image processing commonly used image mirroring, translation, enhanced home to such source.
- 2023-01-22 08:45:03下载
- 积分:1
-
图像分析软件格式
图像格式分析软件-image analysis software format
- 2022-03-20 19:36:05下载
- 积分:1
-
数字图像处理方面的讲义及代码,共九章节,详细讲述,利于学习...
数字图像处理方面的讲义及代码,共九章节,详细讲述,利于学习-digital image processing code and the lectures, a total of nine chapters detail, conducive to learning
- 2022-08-14 20:00:33下载
- 积分:1
-
- 2022-02-04 22:20:35下载
- 积分:1
-
lda implementation, to find a long time, but also good, we can try!
lda的实现,找了很久的,还不错的,大家可以试试!-lda implementation, to find a long time, but also good, we can try!
- 2023-03-06 03:05:04下载
- 积分:1
-
照片管理软件
扫描目录甚至全盘照片文件存入本地数据库索引,可按要求排序,幻灯浏览等功能
- 2023-07-19 03:15:03下载
- 积分:1
-
颜色变化作业题示例
颜色变化作业题示例-color change operations and that examples
- 2023-09-07 21:25:03下载
- 积分:1
-
paint libraries,be much usuful
paint libraries,be much usuful
- 2022-03-10 03:20:18下载
- 积分: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