-
摄像头编程,采用纯API写的视频捕捉程序。在此基础上可以写出适合自己的程序。...
摄像头编程,采用纯API写的视频捕捉程序。在此基础上可以写出适合自己的程序。-camera programming, using pure API written in video capture process. On this basis can write for their own procedures.
- 2023-07-26 18:55:03下载
- 积分:1
-
lineup of video collection, Yan Yun a teacher makes use of the VFW demo
巨棒的视频采集,闫允一老师的例程 利用VFW的demo-lineup of video collection, Yan Yun a teacher makes use of the VFW demo
- 2022-05-17 22:40:16下载
- 积分:1
-
Publish pictures from your digital camera to the web with this easy to use wizar...
Publish pictures from your digital camera to the web with this easy to use wizard-style Java application. Automatically resize your images and produce a set of HTML pages including index pages with thumbnails, and detailed caption pages for each photo.
- 2022-08-06 05:15:01下载
- 积分:1
-
简单的FFMPEG播放器源码
本程序实现了视频文件的解码和显示(支持HEVC,H.264,MPEG2等)。 是最简单的FFmpeg视频解码方面的教程。 通过学习本例子可以了解FFmpeg的解码流程。 项目包含两个工程: simplest_ffmpeg_player:标准版,FFmpeg学习的开始。 simplest_ffmpeg_player_su:SU(SDL Update)版,加入了简单的SDL的Event。-This software is a simplest video player based on FFmpeg. Suitable for beginner of FFmpeg. Solutions contains 2 Project: simplest_ffmpeg_player:Standard Version, suitable for biginner. simplest_ffmpeg_player_su:SU(SDL Update)Version, Add SDL Event.
- 2022-11-18 02:35:04下载
- 积分:1
-
opencv人脸检测,VS2013+opencv
人脸检测,实时性很好,灵敏度高,记得修改那两个数据的路径,默认内置摄像头
- 2022-07-28 03:47:53下载
- 积分:1
-
opencv对视频分解RGB通道
资源描述平台:vs2013 + opencv2.4.9 录制200帧的视频,并对每一帧进行RGB通道分解。
- 2022-02-14 09:32:42下载
- 积分:1
-
RMVB文件分析工具,可以了解RMVB各个数据段结构,分析每一帧数据基本数据,但不能解压!...
RMVB文件分析工具,可以了解RMVB各个数据段结构,分析每一帧数据基本数据,但不能解压!-RMVB file analysis tools to understand the various data RMVB paragraph structure, and analysis of basic data on each frame of data, but you can not extract!
- 2022-01-25 17:20:02下载
- 积分:1
-
This is a programme of video capturing and it is very useful for beginner,becaus...
视频捕捉程序,是纯Win32程序,不是MFC,对初学者学习视频编程有益-This is a programme of video capturing and it is very useful for beginner,because it is a pure Win32 programme instead of MFC.
- 2022-03-12 07:00:59下载
- 积分:1
-
This is a VC++ video capture application with the fuction of video playback ,and...
这是一个用VC++开发的视频采集的程序,不但可以回放视频,还可以保存视频和图片-This is a VC++ video capture application with the fuction of video playback ,and you can also save the captured video or iamge.
- 2023-08-21 03:05:04下载
- 积分: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