-
Particle System API 2.0, 一个开源的粒子系统演示, 支持CPU模拟状态相关和状态无关的粒子系统,06年最新的版本2.0加入了GPU优化....
Particle System API 2.0, 一个开源的粒子系统演示, 支持CPU模拟状态相关和状态无关的粒子系统,06年最新的版本2.0加入了GPU优化.-Particle System API 2.0, a particle system revenue demonstration CPU simulation support state and state-related unrelated to the particle system, 06 The latest version 2.0 joined the GPU optimization.
- 2022-01-21 04:25:21下载
- 积分:1
-
视频镜头分割过滤
资源描述镜头资源冗余,因而镜头检测分割尤为重要,本程序实现检测镜头为若干图像,并进行分割识别
- 2022-03-13 03:10:47下载
- 积分:1
-
简易的CAD平面画图(圆、线、框)
简易的CAD平面画图(圆、线、框)-This is a simple cad system ,witch could draw line circle and rectangle etc.
- 2022-10-04 03:45:03下载
- 积分:1
-
VC6.0 environment in the implementation cards with music OPENCV Cayman filtering...
在VC6.0环境下用OPENCV实现卡乐曼滤波算法。-VC6.0 environment in the implementation cards with music OPENCV Cayman filtering algorithm.
- 2022-11-17 14:05:04下载
- 积分:1
-
Fast Fourier Transform fft
快速傅立叶变换fft-Fast Fourier Transform fft
- 2022-11-05 06:20:03下载
- 积分:1
-
In the GPU running on KLT algorithm, can achieve corner detection and tracking
在gpu上运行的klt算法,可以实现角点检测与跟踪-In the GPU running on KLT algorithm, can achieve corner detection and tracking
- 2022-02-03 04:52:23下载
- 积分:1
-
a relatively new paper on 3D Face Review, the others have published in the major...
一篇较新的论文,是关于三维人脸的综述,别人已发表在重要刊物上的.-a relatively new paper on 3D Face Review, the others have published in the major journals.
- 2022-04-10 17:19:01下载
- 积分:1
-
进行直线裁剪的代码
进行直线裁剪的代码- Carries on code which the straight line cuts out
- 2022-01-24 15:26:27下载
- 积分:1
-
屏幕颜色拾取器的VC实现,可以获得屏幕上颜色的RGB值
屏幕颜色拾取器的VC实现,可以获得屏幕上颜色的RGB值-pick up color screen for the VC, available on the screen of the RGB color value
- 2023-07-20 18:40: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