-
一个简单的绘图源码。我们可以看。,它涵盖了广泛
一个简单的绘图源码。大家可以看看。。里面的内容很丰富-A simple drawing source. We can look at. . Which covers a wide range
- 2022-04-21 12:43:20下载
- 积分:1
-
图像分割中的分水岭(water shed segmention)算法的源码
图像分割中的分水岭(water shed segmention)算法的源码-image segmentation of the watershed (water shed segmention) algorithm source code
- 2022-05-27 07:22:56下载
- 积分:1
-
汉字识别 汉字识别 汉字识别 汉字识别 汉字识别 汉字识别
汉字识别 汉字识别 汉字识别 汉字识别 汉字识别 汉字识别 -Chinese character recognition character recognition character recognition character recognition character recognition character recognition character recognition character recognition character recognition character recognition character recognition character recognition
- 2023-09-08 16:35:06下载
- 积分:1
-
Hover the mouse pointer in the browser can display pictures exif information
把鼠标指针悬停在浏览器可以显示图片的exif信息-Hover the mouse pointer in the browser can display pictures exif information
- 2022-11-07 11:00:03下载
- 积分:1
-
a simple single document drawing example, I was pursuing the masked one. Drawing...
一个简单的单文档画图示例,是我大二时的练笔之作。提供绘制直线、圆、矩形的基本图元的功能。-a simple single document drawing example, I was pursuing the masked one. Drawing for a round, rectangular map yuan"s basic functions.
- 2022-05-08 15:58:59下载
- 积分:1
-
该程序是利用拉普拉斯算子对图像进行边缘检测的具体实现,利用matlab作为开发环境编写而成。...
该程序是利用拉普拉斯算子对图像进行边缘检测的具体实现,利用matlab作为开发环境编写而成。-that the procedure was used Laplician right image edge detection to achieve the specific use of Matlab as a development environment has been prepared.
- 2023-02-21 01:45:03下载
- 积分: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
-
在LCD上绘出直线,实现两点之间的差值,保证连续显示。
在LCD上绘出直线,实现两点之间的差值,保证连续显示。-Draw a straight line in the LCD on, realize the difference between two points to ensure the continuous display.
- 2022-06-30 14:48:01下载
- 积分:1
-
Only an example of how to print a check pattern for cameras using a borland c++...
Only an example of how to print a check pattern for cameras using a borland c++ builder.
- 2022-01-28 06:32:24下载
- 积分:1
-
A new algorithm for determining the arbitrary convex and concave vertices of the...
任意多边形顶点凸凹性判定的一种新算法的MFC程序实现,效果还不错-A new algorithm for determining the arbitrary convex and concave vertices of the polygon
- 2022-10-04 10:45:03下载
- 积分:1