-
中值滤波
中值滤波-midfilter
- 2022-02-26 16:56:23下载
- 积分: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
-
这是一个人脸识别程序能够在脸部移动的同时识别脸部特征.
这是一个人脸识别程序能够在脸部移动的同时识别脸部特征.-This is a face recognition program moving in the facial recognition facial features at the same time.
- 2022-08-22 08:44:37下载
- 积分:1
-
一个绘制失量图的例子
一个绘制失量图的例子-drawing a diagram of the missing example
- 2022-12-22 12:00:03下载
- 积分:1
-
检测直线的Hough变换,峰值检测,线性检测连接号…
检测直线的hough变换,峰值检测,线检测和链接的用matlab实现 -line detection hough transform, peak detector, linear detection and link with the realization of Matlab
- 2023-03-18 02:35:03下载
- 积分:1
-
a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking...
一个绘制Voronoi图和Delauany三角剖分的程序,并且给出了求凸包的算法。该程序可以演示如何进行三角剖分,帮助你理解整个剖分过程。-a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking a convex hull algorithms. The procedure can demonstrate how triangulation, and help you understand the subdivision process.
- 2022-05-15 10:56:13下载
- 积分:1
-
achieve a mind trip of two
实现二维图形几何变换的心路历程(包括变换、剪切变换、平移变换、旋转)
- 2022-05-18 05:17:56下载
- 积分:1
-
基于虹膜的模式识别的源码
基于虹膜的模式识别的源码-iris based pattern recognition source code
- 2022-01-26 08:22:30下载
- 积分:1
-
wmf文件的查看程序,本程序是一个vc编写的activex控件,可以对wmf文件进行查看和缩放等操作...
wmf文件的查看程序,本程序是一个vc编写的activex控件,可以对wmf文件进行查看和缩放等操作-wmf file to view the procedure, the procedure is a vc prepared activex control, can wmf file for viewing and scaling operations
- 2022-01-25 21:12:50下载
- 积分:1
-
3D演示程序,实现基本图形算法,通过鼠标键盘事件编程,控制立方体。...
3D演示程序,实现基本图形算法,通过鼠标键盘事件编程,控制立方体。-3D demo program, the realization of basic graphics algorithms, programming keyboard events through the mouse to control the cube.
- 2022-05-06 16:58:25下载
- 积分:1