-
三次样条平滑曲线,利用已有的算法Kjellander和PO…
对三次样条曲线进行光顺,采用已有的Kjellander和Polikoff算法进行,以及新的精确能量光顺法-Of cubic spline smoothing curves, using the existing algorithm Kjellander and Polikoff, and the new precision energy smoothing method
- 2022-03-01 05:09:58下载
- 积分:1
-
练习绘制各种图形的源码
练习绘制各种图形的源码-practice to draw various graphics FOSS
- 2022-06-20 11:23:52下载
- 积分:1
-
FIFO simulation
OMNeT公司++
- 2022-08-25 12:46:44下载
- 积分:1
-
Detailed model of Laplacian pyramid, the main speakers through the scale transfo...
详细的拉普拉斯金字塔模型,主要讲通过尺度变换,构造拉普拉斯金字塔-Detailed model of Laplacian pyramid, the main speakers through the scale transform, Laplacian pyramid structure
- 2023-05-03 08:20:03下载
- 积分:1
-
graphical programming : line drawing, the landscape, rectangular, VC
图形编程:画线,园,矩形,VC-graphical programming : line drawing, the landscape, rectangular, VC
- 2022-12-10 22:15: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
-
几个在1D,2D 3D很有用,关于卡尔曼滤波器的MATLAB实现。约..
几个很有用的在1D,2D,3D上的卡尔曼滤波器的MATLAB实现。可以供初学者学习!-Several very useful in 1D, 2D, 3D Kalman filter on the MATLAB implementation. Can be used for beginners to learn!
- 2022-03-19 00:45:09下载
- 积分:1
-
轮廓跟踪算法很有价值
采用了常用的方法。
轮廓跟踪算法很有价值
采用了常用的方法。-Contour Trace is useful for Tracing image sContour
- 2023-01-05 09:35:03下载
- 积分:1
-
这是一个关于图象处理的源程序,可以调试运行,不错吆
这是一个关于图象处理的源程序,可以调试运行,不错吆-This is an image processing of the source code, debugging and running, good shout
- 2022-02-20 07:23:53下载
- 积分:1
-
vc下的cg编程例子
vc下的cg编程例子-vc the programming examples cg
- 2022-02-04 05:59:55下载
- 积分:1