-
VC++实现的图像配准算法,代码全,有窗口。本代码来自《数字图像处理典型算实现》一书...
VC++实现的图像配准算法,代码全,有窗口。本代码来自《数字图像处理典型算实现》一书-VC++ Realize image registration algorithm, code-wide, has a window. This code from
- 2022-04-22 09:44:22下载
- 积分:1
-
parsemis
ParSeMiS-并行和顺序开采套房
- 2022-01-25 14:03:57下载
- 积分: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
-
设置文本背景颜色 实现循环设置并输出8种背景颜色的文本 初学者必看哦...
设置文本背景颜色 实现循环设置并输出8种背景颜色的文本 初学者必看哦-set the background color of the text to achieve output cycle settings and eight background color of the text beginners Watchable oh
- 2022-06-15 09:44:48下载
- 积分:1
-
在对话框画图标核心程序
在对话框画图标核心程序-icon painting in the dialog box procedure core
- 2023-06-19 12:20:03下载
- 积分:1
-
fractal
分形-羊齿叶 -fractal-Fractal reaching back Ye- Ye reaching back
- 2023-03-07 03:10:03下载
- 积分:1
-
通过平滑因子对图象实现了无缝拼接,应用文档视窗模型实现了该算法...
通过平滑因子对图象实现了无缝拼接,应用文档视窗模型实现了该算法-factor to the smooth realization of a seamless image mosaic, application files Windows model of the algorithm to achieve
- 2023-08-14 13:50:02下载
- 积分:1
-
将小文件隐藏在BMP文件中
将小文件隐藏在BMP文件中-small BMP documents hidden in documents
- 2022-06-25 22:47:33下载
- 积分:1
-
实现图像显示的MFC源码
实现图像显示的MFC源码-MFC source
- 2022-06-19 23:52:59下载
- 积分:1
-
用vc编写的一个B样条曲线算法,根据鼠标输入的点动态绘制B样条曲线,并且可以修改控制点,从而修改曲线形状.
用vc编写的一个B样条曲线算法,根据鼠标输入的点动态绘制B样条曲线,并且可以修改控制点,从而修改曲线形状.- A B transect curve algorithm compiles which with vc, inputs the
spot tendency according to the mouse to draw up the B transect curve,
and may revise the control point, thus revision curve shape
- 2022-03-09 18:16:20下载
- 积分:1