-
本代码实现的是人体手势的实时识别。可以分析处理人的手势。是用visual c++开发。...
本代码实现的是人体手势的实时识别。可以分析处理人的手势。是用visual c++开发。-the implementation of the code of human gesture recognition in real-time. Analysis can deal with the gestures. C is visual development.
- 2022-01-21 00:24:36下载
- 积分:1
-
3DS文件格式的读写,以及3DS文件的结构进行简单说明
3DS文件格式的读写,以及3DS文件的结构进行简单说明-3DS file format reading and writing, and the 3DS document structure briefly
- 2022-03-16 07:59:53下载
- 积分:1
-
图形消隐的生成算法
图形消隐的生成算法-graphics blanking the Algorithm
- 2022-06-20 09:13:18下载
- 积分:1
-
VB6编写的3D World Map演示代码。虽然代码比较简单,但可以从中学到很多东西...
VB6编写的3D World Map演示代码。虽然代码比较简单,但可以从中学到很多东西-VB6 prepared 3D World Map demo code. Although the code is relatively simple, but can learn a lot of things
- 2022-04-27 03:01:18下载
- 积分: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
-
有关Shapefile的C语言函数库和源代码
有关Shapefile的C语言函数库和源代码-Shapefile the C language library and source code
- 2023-03-20 15:55:04下载
- 积分:1
-
时钟
时钟- Clock
- 2023-01-04 18:50:03下载
- 积分:1
-
三维空间漫游软件,包括天空盒、太阳、树木等。
三维空间漫游软件,包括天空盒、太阳、树木等。-Three-dimensional space roaming software, including the sky boxes, sun, trees and so on.
- 2022-02-21 20:45:09下载
- 积分:1
-
- 2022-02-04 22:20:35下载
- 积分:1
-
用于文字识别, 可被vc,vb, 按键精灵加载, 并有文字库工具生成自己的文字识别库。...
用于文字识别, 可被vc,vb, 按键精灵加载, 并有文字库工具生成自己的文字识别库。-For word recognition, can be vc, vb, QuickMacro loaded, and a text database tool to generate your own text recognition library.
- 2022-06-19 01:20:01下载
- 积分:1