-
Using directshow to capture the webcam wideo and rendering in real
Using directshow to capture the webcam wideo and rendering in real-time-Using directshow to capture the webcam wid eo and rendering in real-time
- 2022-01-25 22:07:38下载
- 积分:1
-
图象几何变换算法源代码
图象几何变换算法源代码-Image geometric transform algorithm source code
- 2022-09-10 13:55:02下载
- 积分:1
-
usb接口得数字采集程序源代码,用usb接口得采集卡直接采集声音信号,有波形显示。用声音采集得可以借鉴...
usb接口得数字采集程序源代码,用usb接口得采集卡直接采集声音信号,有波形显示。用声音采集得可以借鉴-usb interface data acquisition procedure was the source code, using a capture card usb interface directly collected voice signal has waveform display. A voice that they can draw on Acquisition
- 2023-08-07 00:50:03下载
- 积分:1
-
minigui控件窗口的应用程序例子,已经在linux环境下编译通过并实现...
minigui控件窗口的应用程序例子,已经在linux环境下编译通过并实现-minigui control window applications examples have been compiled in the linux environment and to realize through
- 2022-06-17 07:47:01下载
- 积分:1
-
坐标输入对图像进行分割的行数和列数,而后对每个小块求直方图,文件输出...
坐标输入对图像进行分割的行数和列数,而后对每个小块求直方图,文件输出-Coordinates input to the image segmentation of the number of rows and columns, and then seek for each histogram plots, the document output
- 2023-06-05 07:40:03下载
- 积分:1
-
使用opengl函数写一个控制台程序,要求基于鼠标、键盘、窗口缩放等事件处理实现对某个图形的颜色改变、位置改变、以及大小随窗口改变等。...
使用opengl函数写一个控制台程序,要求基于鼠标、键盘、窗口缩放等事件处理实现对某个图形的颜色改变、位置改变、以及大小随窗口改变等。
-Use opengl function to write a console program, the request for a mouse, keyboard, window scaling event handling to achieve the color change on a certain graph, position changes, as well as the size and changes with the window.
- 2022-04-30 01:08:46下载
- 积分:1
-
Image geometric transformations (eg rotation), when used in recent field and bil...
图像几何变换(如旋转)时用到的最近领域和双线性插值方法,-Image geometric transformations (eg rotation), when used in recent field and bilinear interpolation methods,
- 2022-04-16 06:28:55下载
- 积分:1
-
outlook风格的界面例子
outlook风格的界面例子-Outlook style interface example
- 2022-07-02 09:41: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
-
一个简单的绘图软件源代码
一个简单的绘图软件源代码-a simple mapping software source code
- 2022-01-22 12:28:12下载
- 积分:1