-
Labview 工具箱和例程 摄像头+图像色彩跟踪 (labview +vc dll源码) 蔡先生的力作(2)...
Labview 工具箱和例程 摄像头+图像色彩跟踪 (labview +vc dll源码) 蔡先生的力作(2)-Labview Toolbox routines camera and color tracking (dll source LabVIEW vc), Tsai"s Masterpiece (2)
- 2022-02-10 05:50: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
-
一个directx9写的非常漂亮的场景,源码和资源
一个directx9写的非常漂亮的场景,源码和资源
- 2022-01-28 08:34:41下载
- 积分:1
-
本程序实现基于差平方和的图像匹配,本程序的优点是在大噪声条件下的匹配成功率很高,缺点是随着匹配区域以及图像的扩大,程序的耗时越来越长...
本程序实现基于差平方和的图像匹配,本程序的优点是在大噪声条件下的匹配成功率很高,缺点是随着匹配区域以及图像的扩大,程序的耗时越来越长-This procedure square and bad based on the implementation of image matching, the advantages of this procedure are in the noise of the match under the conditions of a very high success rate, with the disadvantage match the expansion of regional as well as images, more and more time-consuming process long
- 2022-02-02 10:47:45下载
- 积分:1
-
图像轮廓检测算法
图像轮廓检测算法-image contour detection algorithm
- 2022-03-10 10:54:11下载
- 积分:1
-
打开一幅格式为(pic)的图片
pic pic
打开一幅格式为(pic)的图片
pic pic-open an image with the extention pic
- 2023-04-22 01:55:03下载
- 积分:1
-
使用opengl函数写一个控制台程序,要求输出下列简单的二维图形:如线(实线、虚线)、四边形、多边形、圆等,并任意填充一个封闭图形...
使用opengl函数写一个控制台程序,要求输出下列简单的二维图形:如线(实线、虚线)、四边形、多边形、圆等,并任意填充一个封闭图形
-Use opengl function to write a console program, require a simple two-dimensional graphical output of the following: If the line (solid line, dashed line), quadrilateral, polygon, round, etc., and any fill a closed graph
- 2023-03-29 15:25:04下载
- 积分:1
-
小game 连连看的原程序,速度很度很,自己写的,下载的人可以自由使用...
小game 连连看的原程序,速度很度很,自己写的,下载的人可以自由使用-small game of the original procedure, speed for a very, wrote it myself, people can download the free use
- 2022-03-21 02:45:08下载
- 积分:1
-
This document contains details about color image procesing, conversion from HSI...
This document contains details about color image procesing, conversion from HSI to RGB ,some sample codes ,characteristics of color,transformations,histogram equalisation and slicing.
- 2022-10-04 02:45:03下载
- 积分:1
-
the examples demonstrated how the Visual Basic programming and control from the...
该实例演示了,如何在VB程序开发中控制并从扫描仪中获取扫描图像的例子,其实很简单.-the examples demonstrated how the Visual Basic programming and control from the scanner to obtain the scanned image example, it is actually very simple.
- 2022-04-29 01:12:12下载
- 积分:1