-
Inverse image applications, the availability of one anti
反镜像应用,提供一个反白镜像。做其他的应用。
- 2022-01-26 01:52:32下载
- 积分:1
-
computer
computer-vision.rar demo原码-computer-vision.rar demo source
- 2022-10-16 18:50:03下载
- 积分:1
-
a dos under the mouse, windows category module, users can directly call
有dos下的鼠标,windows类模块,用户可以直接调用-a dos under the mouse, windows category module, users can directly call
- 2022-07-04 13:42:01下载
- 积分:1
-
在VB的图形窗口中平滑滚动地图,源码运行没有闪烁
在VB的图形窗口中平滑滚动地图,源码运行没有闪烁-in VB graphics window smoothing rolling map source operating without blinking
- 2022-07-20 19:32:25下载
- 积分:1
-
图象的边沿检测与提取,轮廓跟踪算法代码
图象的边沿检测与提取,轮廓跟踪算法代码-Image edge detection and extraction, contour tracking algorithm code
- 2023-01-19 05:00:04下载
- 积分:1
-
显示b样条曲线,和非均匀有理B样条曲线.
显示b样条曲线,和非均匀有理B样条曲线.-Show the b-spline curves, and non-uniform rational B-spline curve.
- 2022-08-03 08:43:47下载
- 积分:1
-
图像融合论文的两个论文
图像融合论文的两个论文-image fusion of the two papers papers
- 2022-06-16 14:42:22下载
- 积分:1
-
vc实现跟随鼠标的动态增加文字
vc实现跟随鼠标的动态增加文字-vc follow the mouse to achieve the dynamic textual
- 2022-03-20 04:49:44下载
- 积分:1
-
jpeg编码、解码的c source
jpeg编码、解码的c source-jpeg encode and decode c source
- 2022-02-13 15:01:44下载
- 积分: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