-
directory
这是一个利用计算机图形学画直线的算法,希望给初学者带来帮助-directory
- 2022-03-14 19:59:26下载
- 积分:1
-
Diday s dynamic algerothm
Diday s dynamic algerothm-adapted"s dynamic algerothm
- 2022-08-26 13:15:40下载
- 积分:1
-
Is a handwritten numeral recognition code that they feel is a good, oh.
是一个有关手写数字识别的代码,自己感觉很是不错哦。-Is a handwritten numeral recognition code that they feel is a good, oh.
- 2022-06-28 06:50:04下载
- 积分:1
-
图像二值化的c++程序
用vc实现图像的二值化,并且代码分块执行,简单易懂。对于需要分块儿程序的用户很有用处。
- 2023-09-03 19:40:03下载
- 积分:1
-
一种旋转线条的算法
一种旋转线条的算法-a revolving lines of the algorithm
- 2022-04-08 16:56:50下载
- 积分:1
-
关键帧提取 K-mean方法
基于K-mean,也即是取K值法提取方法的关键帧抽取方法
- 2022-11-09 10:25:03下载
- 积分:1
-
实现了: DAA画线法画直线 ,中点画线法画圆(输入x坐标,y坐标,圆心) 二维区域填充(种子填充颜色算法) 直线裁减 贝塞尔曲线...
实现了: DAA画线法画直线 ,中点画线法画圆(输入x坐标,y坐标,圆心) 二维区域填充(种子填充颜色算法) 直线裁减 贝塞尔曲线-realized : DAA painting straight line method, the dotted line method Circle (input coordinates x, y coordinates of the center) two-dimensional area filling (seed filling color algorithm) Bessel linear reduction curve
- 2022-03-14 04:55:12下载
- 积分:1
-
RGB应用的程序,帮忙看看呀。看看是哪里有问题呀,高手进来...
RGB应用的程序,帮忙看看呀。看看是哪里有问题呀,高手进来-RGB applications procedures, help to see it. Take a look at where you have problems, you come in
- 2022-02-22 13:07:07下载
- 积分:1
-
绘制给定数据的波形,跟上次传的那个一样,就是一个CGraph 类,主要是改进了一点算法,修正了一点错误...
绘制给定数据的波形,跟上次传的那个一样,就是一个CGraph 类,主要是改进了一点算法,修正了一点错误-drawn to the waveform data set, with the last word that the same, which is a CGraph category, the main point is to improve the algorithm, amended 1:00 wrong. .
- 2022-02-04 12:28:58下载
- 积分: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