-
Mathematical image of the entry
图像数理的入门级别源代码 对新手有用 高手就不用看了O(∩_∩)O哈哈~-Mathematical image of the entry-level source code useful for the novice
- 2022-10-01 14:40:04下载
- 积分:1
-
在VC下编写的显示电机加速时刻和减速时刻速度虽时间变化曲线。...
在VC下编写的显示电机加速时刻和减速时刻速度虽时间变化曲线。-in VC prepared with the motor show to accelerate and decelerate time although time speed time curve.
- 2022-06-27 11:02:45下载
- 积分:1
-
本为图形学中区域填充算法
本为图形学中区域填充算法-graphics for the regional filling algorithm
- 2022-02-20 12:41:39下载
- 积分: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
-
generalrect是一个C++库的全部源代码对任何整改…
GeneralRect is a C++ library with full source code for the rectification of any pair of images for which the epipolar geometry can be determined. -GeneralRect is a C++ Library with full source code for the rectification of any pair of images for which the epipolar geometry can be determined.
- 2022-01-26 06:36:39下载
- 积分:1
-
用vc编写的边缘检测程序, 基本的edge detection方法,适合初学者...
用vc编写的边缘检测程序, 基本的edge detection方法,适合初学者-with vc prepared by the edge detection procedures, the basic edge detection method for beginners
- 2023-07-06 16:55:03下载
- 积分:1
-
an own animation, bicycles translational and rotational sneaking C language prog...
一个自己做的动画,自行车平动,脚蹬转动的C语言程序!-an own animation, bicycles translational and rotational sneaking C language program!
- 2022-02-05 19:27:00下载
- 积分:1
-
computer graphics rendering of the ball
计算机图形学球的绘制-computer graphics rendering of the ball
- 2023-04-08 10:25:03下载
- 积分:1
-
最小二乘法拟合曲线的算法
最小二乘法拟合曲线的算法-Algorithm gor least square fit curve.
- 2023-05-13 13:15:02下载
- 积分:1
-
这是一个显示三维立体的亮度不同的程序,在vc++下开发
这是一个显示三维立体的亮度不同的程序,在vc++下开发-This is a three-dimensional display brightness of different procedures, the vc++ Development
- 2022-04-15 06:39:45下载
- 积分:1