-
一个视频分析算法的源码,对需要了解镜头检测、人脸检测的朋友有用...
一个视频分析算法的源码,对需要了解镜头检测、人脸检测的朋友有用-A video analysis algorithm source code, and need to be aware of the camera detection, Face Detection useful friends
- 2022-03-26 17:30:10下载
- 积分: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
-
计算机图形学中的视图变换程序,是用VC++中的MFC编写的
计算机图形学中的视图变换程序,是用VC++中的MFC编写的-computer graphics View transform the process, with VC++ MFC prepared
- 2022-02-04 19:25:29下载
- 积分:1
-
设置并叠加透明图片
设置并叠加透明图片-install and transparent picture superimposed
- 2022-01-25 19:52:39下载
- 积分:1
-
VB实现种子填充的递归和非递归算法,可自己定义填充四边形
VB实现种子填充的递归和非递归算法,可自己定义填充四边形-VB realize seed filling recursive and non-recursive algorithm can be filled with their own definition of quadrilateral
- 2022-07-20 17:08:26下载
- 积分:1
-
这是一个图像局部放大的程序源代码,欢迎下载使用!
这是一个图像局部放大的程序源代码,欢迎下载使用!-This is a partial enlarged images of the source code, the use of downloaded welcome!
- 2022-07-02 18:38:04下载
- 积分:1
-
vc++图象处理原代码,内容是对图象进行对角镜像处理,大家不妨...
vc++图象处理原代码,内容是对图象进行对角镜像处理,大家不妨-vc original image processing code, the contents of the image right angle mirror, we may try
- 2022-08-19 18:15:31下载
- 积分:1
-
这是用VC++中的MFC事项的,用角度DDA法产生圆弧
这是用VC++中的MFC事项的,用角度DDA法产生圆弧-This is the VC MFC matters with DDA point arc generated Act
- 2022-06-15 06:40:15下载
- 积分:1
-
二维线图生成!计算机图形学的初学者有帮助的朋友…
用VC实现二维线画图元的生成!
对初学计算机图形学的朋友很有帮助!-VC 2D line drawing yuan generation! For beginners computer graphics helpful friends!
- 2023-07-21 23:05:04下载
- 积分:1
-
该源码可以实现计算机图形学中的立方体三维旋转变换
该源码可以实现计算机图形学中的立方体三维旋转变换-The source can be achieved in computer graphics three-dimensional rotation of the cube
- 2022-02-14 15:33:53下载
- 积分:1