-
niblack阈值化方法
用VC++写的Niblack图像分割算法;已经在本机上调通。使用Visual Studio2008+windows7或者windowsXP环境运行
- 2022-03-21 11:19:49下载
- 积分:1
-
基于bresenham的画圆算法
基于bresenham的画圆算法-based on the algorithm Circle
- 2022-03-05 22:39:55下载
- 积分:1
-
密码算法的C # implemenstation净。
应用背景cryphography算法的实现矩阵加密多项式加密垂直替换加密异或密码加密使用接口iencryptor关键技术C #网密码
- 2022-03-19 22:22:50下载
- 积分:1
-
图标,他们可以参考
icon图标,可以参考-icon, they can refer to
- 2022-02-05 00:32:46下载
- 积分:1
-
Edit Control RopFun_demo source code, just the, I have not yet, we see no useful
编辑控件源代码RopFun_demo,刚下的,我还没看,大家看看有用没-Edit Control RopFun_demo source code, just the, I have not yet, we see no useful
- 2022-06-30 17:14:41下载
- 积分:1
-
实现盲信号分离的独立成分分析的算法,用Informax实现
实现盲信号分离的独立成分分析的算法,用Informax实现-the arithmetic realize the ica
- 2023-05-18 08:40:02下载
- 积分:1
-
奖学金评定,由三门成绩定
奖学金评定,由三门成绩定-scholarships assessed by the three achievement
- 2022-03-17 08:03:29下载
- 积分:1
-
Bresenham算法编程演示程序,用java写的源代码…
Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle, ellipse, and so on the basis of graphics courses curriculum design.
- 2022-04-07 22:11:10下载
- 积分:1
-
贝塞尔画直线和圆,没有使用OPENGL侦中画线的功能,运用的是贝塞尔画线、画圆的算法
贝塞尔画直线和圆,没有使用OPENGL侦中画线的功能,运用的是贝塞尔画线、画圆的算法-Bezier drawing a straight line and circle, do not use OPENGL drawing a line in the detection function, using the Bessel painting lines, the algorithm drawcircle
- 2022-08-11 15:31:09下载
- 积分: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