-
VC03+matlab+access数据库编程,实现树叶识别,配说明文档
VC03+matlab+access数据库编程,实现树叶识别,配说明文档-VC03+ Matlab+ Access database programming, realize the leaves to identify, with documentation
- 2023-01-30 14:45:04下载
- 积分:1
-
基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算...
基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算-Based on OpenCV" s OCR program, you can digital identification process using KNN algorithm can calculate the sample data
- 2022-08-06 00:05:14下载
- 积分: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
-
这个程序可以实现中点画圆画线 种子填充 裁剪
这个程序可以实现中点画圆画线 种子填充 裁剪-This process can achieve the midpoint of seed filling Circle Draw a line clipping
- 2022-04-01 11:02:51下载
- 积分:1
-
绘图程序,VC中的图象编程基础
绘图程序,VC中的图象编程基础-mapping procedures, the VC program based Image
- 2022-02-03 00:04:43下载
- 积分:1
-
理解达芬奇缩放
understanding the davinci resizer
-understanding the davinci resizer
- 2022-08-15 15:20:46下载
- 积分:1
-
opencv灰度共生矩阵实现代码
使用opencv开源库,利用灰度共生矩阵实现图片纹理特征提取,c++代码实现。
- 2022-09-24 03:50:02下载
- 积分:1
-
实现sobel,canny,LOG算法的边缘检测 以及EM算法的图象分割
实现sobel,canny,LOG算法的边缘检测 以及EM算法的图象分割-achieve segmentation, canny, LOG edge detection algorithm and the EM algorithm for image segmentation
- 2022-06-14 04:37:04下载
- 积分:1
-
在各种图形中,通过提取点的凹凸部分来鉴别曲线的特征,本节代码利用曲率关系分别提取凹点的个数,判断曲线的弯曲...
在各种图形中,通过提取点的凹凸部分来鉴别曲线的特征,本节代码利用曲率关系分别提取凹点的个数,判断曲线的弯曲-In a variety of graphics, through the extraction point to identify curves convex-concave part of the characteristics of the code used in this section were extracted from concave curvature of the relationship between the number of points to determine the bending curve
- 2022-05-27 11:39:45下载
- 积分:1
-
在文档中显示一个不断闪烁的字符,用到了计时器和图形变成方面的知识...
在文档中显示一个不断闪烁的字符,用到了计时器和图形变成方面的知识-in the document shows a constantly blinking characters used in the timer and graphics into the knowledge
- 2022-02-06 07:37:07下载
- 积分:1