搜索资源列表
一种分级检索MPEG视频的方法
- 提出了一种基于样本的分级检索 MPEG 视频的新方法:首先用I 帧的dct_dc_size 字段快速粗检,然后用断层摄影(tomography)法分析B 帧运动矢 量的时空分布特性以进一步缩小结果集,最后用DC 图像的精确匹配方法验证检索结果.试验结果表明,本方法 所需计算量较小,且可保证较高的检索精度.-presents a sample classification based on MPEG video retriev
从AVI视频流中获取单帧的图像数据
- 从AVI视频流中获取单帧的图像数据,并保存-from AVI video stream access to the single-fr a me image data, and preserve
网络仿真-1-持续的CSMA
- 1-持续CSMA协议下,当一个用户要发送数据时,它首先侦听信道,看是否有其他站点在传送。如果信道忙,就持续等待直到信道空闲时,便将数据送出。若发生冲突,就等待一个随机长的时间,然后重新侦听。 对于这种协议,先考虑当前帧i时的前一帧时i-1,得到前一帧时的最后一帧fr a me0(相对时间最大的帧)的相对时间dt0,然后再在当前帧时查看有哪些帧的相对时间会小于dt0,这些帧若是发送就会与fr a me0发生冲突,所以这些帧就进入持续
以太帧
- 这是我课程设计的一个程序,程序监听信道上所有以太帧,解析以太帧的内容,对各帧输出监听到帧的时间以及帧各字段的值-This is my curriculum design a procedure is all eavesdropping channel Ethernet fr a mes, analytic Ethernet fr a mes, the output of the fr a me to monitor the time f
用DirectShow抓取影片帧
- 很多视频播放软件或视频编辑软件都提供了抓帧的功能,本代码就实现此功能-many video playback software or video editing software to build fr a mes for the functions of the code on the realization of this function
求图象帧的重心
- 主要求图象帧的重心的教学,通过滚动条拖动,可显示跟踪每个图象帧的重心。-image fr a mes focus of teaching, by roll drag, tracking each image shows the center fr a me.
视频分割的matlab 程序
- 1. 视频数据读取,读取相邻两帧中的人眼最敏感的亮度数据。 2. 用后一帧的亮度矩阵减去前一帧亮度矩阵,计算出两帧的帧差。 3. 迭代计算出帧差中的噪声的均值和标准差。 4. 根据均值和标准差滤除噪声,得到变化区域。 5. 用数学形态学运算得到对象的最终模板。-1. Video data is read, read two adjacent eyes of the brightness of the most sensitive dat
以太帧的封装与解析
- 以太帧的封装与解析
帧的封装 发送 解析模拟过程
- 里面主要是模拟帧的封装 发送和解析
I帧、P帧和B帧的特点
- I帧、P帧和B帧的特点
求图象帧的重心
- 主要求图象帧的重心的教学,通过滚动条拖动,可显示跟踪每个图象帧的重心。-image fr a mes focus of teaching, by roll drag, tracking each image shows the center fr a me.
视频分割的matlab 程序
- 1. 视频数据读取,读取相邻两帧中的人眼最敏感的亮度数据。 2. 用后一帧的亮度矩阵减去前一帧亮度矩阵,计算出两帧的帧差。 3. 迭代计算出帧差中的噪声的均值和标准差。 4. 根据均值和标准差滤除噪声,得到变化区域。 5. 用数学形态学运算得到对象的最终模板。-1. Video data is read, read two adjacent eyes of the brightness of the most sensitive dat
从AVI视频流中获取单帧的图像数据
- 从AVI视频流中获取单帧的图像数据,并保存-from AVI video stream access to the single-fr a me image data, and preserve
Ethernet
- 模拟Ethernet帧的发送过程 编写程序模拟Ethernet结点的数据发送流程。 具体要求: 1)用两个线程a和b来模拟Ethernet上的两台主机。 2)用一个双字类型变量Bus来模拟总线(将其初始化为“\0”,并且总线等于“\0”时表示总线空闲)。 3)两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。
Etherner
- 本课程设计的目的是模拟Ethernet帧的发送过程,使读者熟悉Ethernet帧的数据发送流程,即CSMA/CD32运作流程: 1)、用两个线程a和b来模拟Ethernet上的两台主机。 2)、用一个双字类型变量Bus来模拟总线(将其初始化为” \0”,并且总线等于”\0”时 表示总线空闲)。 3)、两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线 程号和Bus的“或”操作进行模拟(即
frame1
- 以太网帧的封装和解析(命令行实现,封装命令\debug\fram1 -e file1,解析命令为fr a me2 -u file1)-Ethernet fr a me encapsulation and parsing (command-line implementation)
yuv
- pullOut基于yuv格式的视频帧的抽取.可以提取视频中的任意一帧c-yuv format pullOut video fr a mes based on the extraction. can extract the video in any one c++
分帧
- 之前找了分帧的程序好久,都没有找到完整的,最后自己看分帧算法写了一个,效果还好。(Before looking for a fr a me of the program, for a long time did not find the integrity, and finally see their own fr a me algorithm, wrote a, the effect is good.)
帧转视频
- 功能是用matlab语言将一帧一帧的图像转换成视频序列(Converts fr a mes and fr a mes into video sequences)
read video and save every frame as .jpg
- 将视频拆分成一帧帧的图像,并统计帧的数量,此代码在matlab r2016b环境下运行(The video is split into one fr a me and the number of fr a mes is counted.)