-
采用分治法解决生成Voronoi图的问题,采用用户交互式输入点及动态显示运行结果的方式,非常直观...
采用分治法解决生成Voronoi图的问题,采用用户交互式输入点及动态显示运行结果的方式,非常直观-using divide-and-conquer method to solve the Voronoi diagram generation. using interactive user input and dynamic display of the results of the operation, a very intuitive
- 2023-08-03 18:10:03下载
- 积分: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
-
人脸用字源码 人脸用字源码 人脸用字源码
人脸用字源码 人脸用字源码 人脸用字源码 -beatifulbeatiful,beatiful
- 2022-04-18 14:45:12下载
- 积分: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
-
A Very Fast Gouraud and Height
A Very Fast Gouraud and Height-interpolated Voxel Landscape (a left-out routine from Pureness)
- 2022-01-31 20:02:43下载
- 积分:1
-
中值滤波0.rar
中值滤波0.rar-median filter.rar
- 2022-01-28 13:34:47下载
- 积分:1
-
delphi画正弦曲线,抛砖引玉,发挥后可完成绘图的一些功能
delphi画正弦曲线,抛砖引玉,发挥后可完成绘图的一些功能-delphi painting sine curve, something to play after the completion of some functional mapping
- 2022-01-26 05:54:41下载
- 积分:1
-
画虚的直线和曲线
画虚的直线和曲线-paintings and abstract linear curve
- 2022-07-13 08:55:38下载
- 积分:1
-
一个可以在桌面自由绘图的小程序,界面优秀
一个可以在桌面自由绘图的小程序,界面优秀-A free drawing on the desktop of small procedures, excellent interface
- 2022-03-29 04:13:01下载
- 积分:1
-
我自己写的文本播放器,有点漏洞,请各位大侠有空帮忙改一下...
我自己写的文本播放器,有点漏洞,请各位大侠有空帮忙改一下-I wrote the text player, a little loophole, please heroes time to help change it
- 2022-12-23 21:20:03下载
- 积分:1