-
C++实现的视频捕捉程序,无须任何驱动。
C++实现的视频捕捉程序,无须任何驱动。-C++ Realize the video capture process, without any driver.
- 2022-07-06 18:14:37下载
- 积分:1
-
gsl 科学计算库
GSL(GNU Scientific Library)是GNU组织的数值计算C/C++函数库。它是自由软件,依从GPL协议发布。GSL提供了大量关于数学计算的函数库,当然也包括本文用到的随机数生成函数。更多关于GSL的信息可以到GSL的主页去了解。
计算机中产生服从各种分布的随机数,其基础是产生服从均匀分布的随机数。得到服从均匀分布的随机数以后,可以通过许多不同的算法产生服从其他分布的随机数,例如较常见的使用Polar(Box-Mueller)方法(gsl-1.9/randlist/gauss.c中函数gsl_rand_gaussian)或者使用Ziggurat方法(gsl-1.9/randlist/gausszig.c中函数gsl_rand_gaussian_ziggurat)产生Gaussian分布的随机数等(参考William H.Press等人的著作《C数值算法》)。
- 2022-07-27 17:14:31下载
- 积分:1
-
A lot of video playback software or video editing software provides the function...
很多视频播放软件或视频编辑软件都提供了抓帧的功能,本代码就用DirectShow实现此功能.
-A lot of video playback software or video editing software provides the function of grasping the frame, the code using DirectShow realize this feature.
- 2023-01-28 13:30:03下载
- 积分:1
-
使用VC播放AVI格式的文件,希望有用的朋友使用!
使用VC播放AVI格式的文件,希望有用的朋友使用!-AVI format using VC play the file, seek to help our friends to use!
- 2022-03-21 14:51:15下载
- 积分:1
-
视频监控智能分析仿真,目标跟踪、物体分类,需要测试C#,配置directshow...
视频监控智能分析仿真,目标跟踪、物体分类,需要测试C#,配置directshow-video surveillance analysis
- 2022-11-05 07:35:03下载
- 积分:1
-
校准文件包含在Visual C++ 2008开发的源代码,我们有…
The calibration file contains a source code developed on Visual C++ 2008, we have used the OpenCV library for import and process the stereo input images. This code generate un text file that contains the estimated parameters for calibration.
- 2022-03-21 05:27:42下载
- 积分:1
-
kalman滤波的源代码,主要用于运动跟踪时的目标预测,现在只有matlab的,...
kalman滤波的源代码,主要用于运动跟踪时的目标预测,现在只有matlab的,-Kalman Filtering source code, mainly for tracking the target forecast Now only Matlab,
- 2022-03-21 19:31:47下载
- 积分:1
-
类似live555开发的win平台下支持AMR及H264音视频rtsp传输
非常好的流媒体服务器示例,运行后可以直接通过输入rtp//IP 加端口的方式访问
- 2022-02-12 17:12:10下载
- 积分:1
-
Borland C++builder环境下的一个监控器原代码,它需要一个摄像头来作监控。...
Borland C++builder环境下的一个监控器原代码,它需要一个摄像头来作监控。-Borland C++ builder environment for a monitor of the original code, it needs a camera head for control.
- 2022-02-20 18:44:00下载
- 积分:1
-
从3gp格式的视频文件中提取出视频图片的数据
从3gp格式的视频文件中提取出视频图片的数据-From 3gp format video files to extract data from video images
- 2022-07-17 11:27:03下载
- 积分:1