-
beautiful sky graphics
漂亮的蓝天白云图形-beautiful sky graphics
- 2022-01-24 16:08:27下载
- 积分:1
-
老外写的样条书上的程序2
老外写的样条书上的程序2-foreigner writing of the book the kind of programs on the 2
- 2022-04-25 04:19:09下载
- 积分:1
-
图像的相关系数是衡量两幅图像的相关程度的,本代码直接通过选定区域计算出相关系数!...
图像的相关系数是衡量两幅图像的相关程度的,本代码直接通过选定区域计算出相关系数!-image correlation coefficient is a measure of two images of the code directly through selected regional correlation coefficient calculated!
- 2022-10-12 01:50:03下载
- 积分:1
-
Opencv 特征比较
OpenCV的特征比较和匹配,使用不同的方法
- 2022-02-03 21:20:21下载
- 积分:1
-
在当前或指定坐标系中绘制椭圆,运用直接最小二乘法
在当前或指定坐标系中绘制椭圆,运用直接最小二乘法-Draws an ellipse or arc on the current or specified axes
- 2022-01-26 02:02:43下载
- 积分:1
-
VC环境下编写的 可实现图像的边缘检测与提取
VC环境下编写的 可实现图像的边缘检测与提取 -VC environment can be prepared realize image edge detection and extraction
- 2022-04-21 22:35:47下载
- 积分:1
-
利用office2003中的控件做的ocr源码
利用office2003中的控件做的ocr源码-use of the controls do ocr FOSS
- 2023-03-21 21:10:03下载
- 积分:1
-
这是我用VC做的一个关于三维图形变化的程序,可以实现平移,反转等功能...
这是我用VC做的一个关于三维图形变化的程序,可以实现平移,反转等功能-This is what I do with VC 3D graphics on a change of procedures, can achieve translation, reverse function
- 2022-07-05 09:54:34下载
- 积分:1
-
实现基于opencv的手势识别,训练方便,使用简单!
实现基于opencv的手势识别,训练方便,使用简单!-Opencv-based gestures to achieve the identification, training, convenient and easy to use!
- 2022-07-10 09:52:41下载
- 积分: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