-
椭圆的有效的扫描转换
椭圆的有效的扫描转换-elliptical effective scan conversion
- 2023-09-03 01:25:02下载
- 积分:1
-
《数字图象处理编程入门》,chm版的,阅读起来比较方便。
《数字图象处理编程入门》,chm版的,阅读起来比较方便。- Introduction to digital image processing program , chm version, read up more convenient.
- 2022-02-28 09:38:36下载
- 积分:1
-
池塘夜雨,C程序,模拟池塘夜降彩色雨点的场景。是一个讨论数据结构与并行控制的问题。...
池塘夜雨,C程序,模拟池塘夜降彩色雨点的场景。是一个讨论数据结构与并行控制的问题。- A pond night of rain, the C procedure, simulates the pond night
to fall the colored raindrop the scene. Is a discussion construction
of data and the parallel control question.
- 2022-03-10 05:25:27下载
- 积分:1
-
该程序创建料一个avi动画文件的窗口,在本程序启动开始一段动画,当用户操作鼠标或键盘时停止...
该程序创建料一个avi动画文件的窗口,在本程序启动开始一段动画,当用户操作鼠标或键盘时停止-The program is expected to create an avi animation file window, in the present proceedings began a period of animation, when the user stops the mouse or keyboard
- 2022-05-25 18:40:06下载
- 积分:1
-
Bezier curve describes the algorithm and procedures realize
描述了Bezier曲线的算法与程序实现
-Bezier curve describes the algorithm and procedures realize
- 2022-06-30 14:54:50下载
- 积分:1
-
基于互信息的图像配准程序。用matlab编写的。有助于理解互信息。...
基于互信息的图像配准程序。用matlab编写的。有助于理解互信息。-based on mutual information of image registration procedures. Prepared using Matlab. Contribute to the mutual understanding of the information.
- 2022-02-25 16:58:54下载
- 积分:1
-
用vc实现图像选块的拖拽和融合,通过对窗口的拖动实现图像选块的拖拽....
用vc实现图像选块的拖拽和融合,通过对窗口的拖动实现图像选块的拖拽.-with vc election Image block dragging and integration, right through the window Drive Image dragging the election block.
- 2022-11-04 10:25:03下载
- 积分:1
-
点聚图。二维坐标,范围自动调整。
点聚图。二维坐标,范围自动调整。-point Poly map. Two-dimensional coordinates, and automatically adjust the scope.
- 2022-04-30 14:09:30下载
- 积分: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
-
use EISTREAM IMAGING ACTIVEX control to create an image also an editor.
使用EISTREAM IMAGING ACTIVEX 控件创建一个又一个图像编辑器.-use EISTREAM IMAGING ACTIVEX control to create an image also an editor.
- 2022-03-07 09:10:15下载
- 积分:1