-
The main goal is to achieve a number of dynamic detection and recognition, image...
主要是实现许多动态目标进行检测与识别,图象进行处理,希望大家喜欢-The main goal is to achieve a number of dynamic detection and recognition, image processing, I hope you like
- 2022-10-08 21:30:04下载
- 积分: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
-
This is an application of computer graphics knowledge blanking procedures. The t...
这是一个应用计算机图形学知识进行消隐的程序。所绘制的三维图形是一个房子-This is an application of computer graphics knowledge blanking procedures. The three-dimensional graphics rendering is a house
- 2023-03-19 00:00:03下载
- 积分:1
-
NTGraph是一个强大的绘图控件。能够绘制实时曲线,并能够自我定制。...
NTGraph是一个强大的绘图控件。能够绘制实时曲线,并能够自我定制。-NTGraph is a powerful mapping controls. Able to draw real-time curve, and be able to self-customize.
- 2023-02-06 12:05:04下载
- 积分:1
-
对板块进行最优切割,以尽量避免浪费。同时还使用了设置坐标按比例显示的方法防止板块太大,需要滑动条才能看。...
对板块进行最优切割,以尽量避免浪费。同时还使用了设置坐标按比例显示的方法防止板块太大,需要滑动条才能看。-plate for the optimum cut, so as to avoid wastage. Also set to use the coordinates indicated by the ratio method to prevent the plate too, need to be able to see a sliding strip.
- 2023-02-16 14:25:03下载
- 积分:1
-
Fourier Transform image transformation, can support multiple formats of images,...
用傅立叶变换实现图像变换,可支持多种格式的图像,方法简单实用。-Fourier Transform image transformation, can support multiple formats of images, methods, simple and practical.
- 2022-01-24 13:47:41下载
- 积分:1
-
一个可识别手写字母的程序框架, 适用初学者掌握原理用.
一个可识别手写字母的程序框架, 适用初学者掌握原理用.-A handwritten letter to identify procedural framework, the application of the principle of use for beginners to master.
- 2022-04-09 07:26:01下载
- 积分:1
-
windows Direct3D C#封装
windows Direct3D C#封装-C# Packaging
- 2022-12-14 00:05:03下载
- 积分:1
-
骨架0.rar提取物
提取骨架0.rar-extract skeleton 0.rar
- 2022-01-26 03:05:15下载
- 积分:1
-
屏幕颜色拾取器的VC实现,可以获得屏幕上颜色的RGB值
屏幕颜色拾取器的VC实现,可以获得屏幕上颜色的RGB值-pick up color screen for the VC, available on the screen of the RGB color value
- 2023-07-20 18:40:03下载
- 积分:1