-
摄像头不能正常工作!请检查后,再试!"摄像头不能正常工作
摄像头不能正常工作!请检查后,再试!"摄像头不能正常工作-camera normal work! Please check, and try again! "The first camera was not working properly
- 2022-03-24 08:14:43下载
- 积分:1
-
Two kinds of algorithms, including Bresenham acid and DDA algorithm to draw a st...
2种算法包括bresenham酸法和DDA算法来绘制直线用C#实现-Two kinds of algorithms, including Bresenham acid and DDA algorithm to draw a straight line with C# Achieve
- 2022-12-12 07:30: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
-
VB6 OpenGL过剩使用演示
VB6 opengl 中 glut 函数使用演示-VB6 opengl glut use demo
- 2023-01-25 01:55:04下载
- 积分:1
-
vc++基于PCL的区域增长分割
vc++基于PCL的区域增长分割,PCL版本为1.7.1.数据处理对象为三维点云数据,能够自动根据区域增长算法对三维点进行分割处理, 据实验得到不错的结果
- 2022-03-29 03:08:52下载
- 积分:1
-
cohen
cohen-sutherland线裁减算法实现-cohen-sutherland line reduction algorithm
- 2023-06-26 21:45:04下载
- 积分:1
-
三维图形库(非源码)
三维图形库(非源码)-汉化版-需要演示说明请与qq36201365联系-3D graphics library (FOSS)- Chinese Version- needs presentations, please contact qq36201365
- 2022-01-26 04:40:45下载
- 积分:1
-
Haar wavelet
基于haar小波的图像增强,与传统的图像增强算子相比较,效果更好。-Haar wavelet-based image enhancement, with the traditional image enhancement operator compared better.
- 2022-04-20 00:54:13下载
- 积分:1
-
集成开发系统源代码
Visual C++源代码
集成开发系统源代码
Visual C++源代码-SIMS code
- 2022-02-07 01:29:14下载
- 积分:1
-
同时实现2维3维图形的绘制,动态不闪烁,包含的技术较多
同时实现2维3维图形的绘制,动态不闪烁,包含的技术较多-while achieving two-dimensional three-dimensional graphics rendering, Dynamic Stars, including more technology
- 2022-06-13 08:04:24下载
- 积分:1