-
Edge detection , compare different methods of edge detection
Edge detection , compare different methods of edge detection
- 2022-01-21 03:37:46下载
- 积分:1
-
对图象进行处理,求压线格,用二域法,八域法求图象的边界,
对图象进行处理,求压线格,用二域法,八域法求图象的边界,-of image processing, for down the line grid, with two jurisdictions, eight domain method for image border,
- 2022-06-22 05:03:55下载
- 积分:1
-
内存画图DLL,可以快速画出圆,矩形,三角,多边形等常见的图形以及各种曲线...
内存画图DLL,可以快速画出圆,矩形,三角,多边形等常见的图形以及各种曲线-Memory drawing DLL, can quickly draw circle, rectangle, triangle, polygon, such as graphics and a variety of common curve
- 2022-02-03 05:32:27下载
- 积分:1
-
3D引擎,包含读取3DS文件,是个比较好的C语言实现3D的范例
3D引擎,包含读取3DS文件,是个比较好的C语言实现3D的范例-3D engine, contains the read 3DS file, is a relatively good C language example of the realization of 3D
- 2022-08-19 03:12:57下载
- 积分:1
-
功能概述:提供一个时间
功能概述: 提供一个时间序列的分析插件,只需要提供时间轴和数值轴,就可以进行相关的可视化分析计算。 接口要求: 利用TeeChart为主要平台构建,支持WebService,支持ActiveX,支持OLE Automation。 所有数值序列采用数组存储,独立于数据库,支持数据的转入转出,支持文本和XML等格式导入导出 图像支持矢量输出,支持多种文件格式输出,支持Stream方式输出图像。 序列数据源(含中间序列)支持交互修改. 基于年序列的频率分析见单独的频率分析插件Hfre(R),与空间相关的分析参考Viso和Space插件。 -functions outlined : to provide a time-series analysis of plug-ins, need only provide time frame and numerical axis, it can be related to the visual analysis. Interface : use TeeChart main platform for building support WebService support ActiveX, OLE Automation support. All numerical sequence using array storage, independent of the database, support data transfer to support XML and text formats derived images into vector output support, support for multiple output file formats, support Stream mode output images. Sequence data sources (including intermediate sequence) support interactive changes. Based on the frequency, sequence analysis, see separate plug-frequency analysis Hfre (R), and space-related analysis a
- 2022-10-11 03:15:02下载
- 积分: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
-
能实现彩色图RGB分量的数字显示,并能将彩色图转换为灰度图。...
能实现彩色图RGB分量的数字显示,并能将彩色图转换为灰度图。-achieve color RGB component to the figures, and can change color to grayscale.
- 2022-05-15 16:39:15下载
- 积分:1
-
用于边缘检测的程序
用于边缘检测的程序-for edge detection procedures
- 2022-02-20 19:03:24下载
- 积分:1
-
VC与matlab混合编程
VC与matlab混合编程-VC mixed with Matlab programming
- 2022-06-30 20:06:25下载
- 积分:1
-
一个介绍GUI控件popupmenu使用的好GUI程序
一个介绍GUI控件popupmenu使用的好GUI程序-A GUI control popupmenu introduced the use of a good GUI program
- 2022-09-03 07:55:02下载
- 积分:1