-
视频处理中运动活力,运动强度的计算,预处理
视频处理中运动活力,运动强度的计算,预处理-Video Processing movement vitality, the intensity of exercise, pretreatment
- 2022-06-13 17:58:02下载
- 积分: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
-
返回一个视频的采集和处理,以及卧底震荡。收藏
一个视频捕捉回访和视频处理功能,对采集的视频桢可以进行字幕叠加,马赛克等处理.软件左边窗口是视频采集窗口,右边是视频处理回放窗口,你再加上网络广播功能,就成一个IPTV了.-return a video capture and video processing, and the collection of undercover video can be superimposed subtitles, mosaics and other treatment. The left window is software Video Capture window, the right side of the video playback window handle, you coupled with the network broadcasting functions, into one of IPTV.
- 2022-03-17 19:02:16下载
- 积分:1
-
TiVo DVRs can: Pause live or recorded shows (live TV can stay paused for 30 minu...
TiVo DVRs can: Pause live or recorded shows (live TV can stay paused for 30 minutes), Rewind (3 different speeds), fast-forward (3 different speeds), instant replay, slow motion, frame forward, frame reverse, skip-to-tick (jump ahead or back in 15 minute increments in recorded shows), jump to the beginning of a show, the end of a show, or the point being broadcast live at that moment.
- 2022-03-30 13:32:17下载
- 积分:1
-
目标分割的新方法2013cvpr论文
多目标分割的,用到了多层贝叶斯框架和理论,通过长时间跟踪光流场分割目标,今年的新论文2013cvpr
- 2022-03-20 02:01:06下载
- 积分: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
-
本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序。...
本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序。-This procedure in Windows 2000, Visual C++ 6.0 compiler environment through the use of when the need for a good camera and install the relevant drivers.
- 2022-07-19 12:43:44下载
- 积分:1
-
this a simple source code
this a simple source code-this is a simple source code
- 2023-04-11 10:45:04下载
- 积分:1
-
采用VMR9完成对视频的采集,可以采集多个摄像头。能够对图像进行抓屏。对抓屏数据进行Sobel处理,可以辨别图像中的线条。...
采用VMR9完成对视频的采集,可以采集多个摄像头。能够对图像进行抓屏。对抓屏数据进行Sobel处理,可以辨别图像中的线条。-use VMR9 completed the acquisition of video, can be collected over a camera. Images can Capturing the Screen. Capturing the Screen right Sobel data processing, image can be identified lines.
- 2023-07-17 08:45:03下载
- 积分:1
-
H264_NAL_Decoder
H264_NAL_Decoder解析h264视频流nal单元, 并用rtp打包传送,vlc中播放的经典例子,,学习视频编解码的同学赶快下载吧使用方法:直接在VC6上打开工程,编译。(需要注意的是大家要把IP地址改为自己的。在h264.h的#define DEST_IP "192.168.0.30"和#define DEST_PORT 1234这两行修改就行了。同时w.sdp文件里也要改成一致的IP和端口号,不然VLC是接受不到数据的。在c=IN IP4 192.168.0.30 和m=video 1234 RTP/AVP 96这两行。中间的1234是我设置的端口号。)在执行程序之前,先用VLC打开w.sdp文件,然后执行程序,就可以看到画面了:)。同样需要注意的是VLC1.0以后的版本不支持直接打开h.264视频文件,但是0.97版本就支持。这里我测试用1.03和0.97两份版本]的VLC都可以接受并播放h.264RTP码流。
- 2022-02-20 22:16:46下载
- 积分:1