-
Laplacian sharpening method for edge detection of image
Laplacian sharpening method for edge detection of image
- 2022-01-25 13:59:13下载
- 积分: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
-
游戏编程中的背景保存和恢复
游戏编程中的背景保存和恢复-game programming background to the preservation and restoration
- 2022-04-11 18:27:23下载
- 积分:1
-
realized DAA painting painting straight line method (1) dotted line method Circl...
实现了
DAA画线法画直
(1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做)
(2) 二维区域填充(四向种子填充颜色算法) (选作)
(3) 直线裁减(任选一种) (必做)
(4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method Circle (input coordinates x, y coordinates Center) (regimen) (2) two-dimensional region filled (4-seed filling color algorithm) (for the elections) (3) linear reduction (Option A) (regimen) (4) Bessel curve (the importation of four control points, or directly with a click of the mouse, the request will coordinate with the right show) (regimen)
- 2023-03-27 11:45:03下载
- 积分:1
-
《Visual C++数字图像处理典型算法及实现》源代码
《Visual C++数字图像处理典型算法及实现》源代码-Visual C++ digital image processing algorithms and implementation of a typical source code
- 2022-06-29 12:41:26下载
- 积分:1
-
区域填充法填充多边形。鼠标交互输入多边形边界。无解压密码...
区域填充法填充多边形。鼠标交互输入多边形边界。无解压密码-filled polygon. Mouse interactive input polygon boundary. Without extracting passwords
- 2022-03-21 00:34:37下载
- 积分:1
-
开发玻璃条纹采集系统中,需要将4个图片合并成一个图片,图片格式bmp。...
开发玻璃条纹采集系统中,需要将4个图片合并成一个图片,图片格式bmp。-development of glass block acquisition system, and the need to four photographs combined into one picture, pictures bmp format.
- 2022-08-05 17:51:12下载
- 积分:1
-
用vb编的二维绘图程序
用vb编的二维绘图程序-vb series with the two-dimensional drawing program
- 2022-07-19 14:13:01下载
- 积分:1
-
图形文件的保存和输出的TC源码
图形文件的保存和输出的TC源码-graphics files and the preservation of the TC-source output
- 2022-03-18 11:22:45下载
- 积分:1
-
opencv the use of the beginner' s to refer to the video and camera calls
opencv的运用,在初学的可以参考,对视频和摄像头的调用-opencv the use of the beginner" s to refer to the video and camera calls
- 2023-07-23 22:30:02下载
- 积分:1