搜索资源列表
1
- 给定两幅图像,实现采用颜色线性插值的关键帧动画-Given two images, linear interpolation using color to achieve the key frame animation
STL
- //编写一个程序,设计一个图书类,包含有图书编号(唯一关键字)、书名、在架否等私有数据成员。并实现图书维护操作,包括图书记录的新增、更改、删除-//Write a program to design a class library that contains the Book Number (unique key), the title, in the frame member of any other private data. And to achieve the books to main
rs
- 本文较详细地介绍了中国手机电视传输标准(CMMB)的信道处理模块组成,分析了系统中用到的帧结构、信道编码和调制等关键技术,阐明了这些信道处理技术的工作原理和作用。-This paper gives a detailed introduction on China s mobile TV transmission standard (CMMB) channel processing modules, analysis of the system used in the frame structur
gz105929
- 易语言源码分享。希望更多的朋友了解易语言。源码名称:屏蔽和替换超文本浏览框右键。体验中文编程-Easy language source code sharing.Hope more friends to understand easy language.Source Name: shielding and replace the hypertext browsing frame right key.Chinese programming experience
boundExtract
- matlab语言,基于视频传输边界提取方法的关键帧抽取方法-matlab language, video transmission boundary extraction method based key frame extraction method
featureExtract
- matlab语言,基于颜色特征提取的视频关键帧提取方法-matlab language, video key frame extraction method based on color feature extraction
MATLABTIQUZHEN
- 同学的毕业设计,用matlab编的关键帧提取的代码,参考了光流法的代码。是基于帧差的欧式距离,均值,方差,差异系数下的关键帧提取。代码调试通过,运行结果理想,与大家分享下-Students graduating from the design using matlab key frame extraction code, reference optical flow method code. Frame difference is based on the Euclidean distance,
shipinguanjianzhentiqu
- 分别通过帧平均法、直方图平均法、互信息量以及视觉内容匹配等方法提取视频中的关键帧-Respectively, through the frame averaging, histogram average method, mutual information and visual content matching method to extract the video key frame
FFmpeg-FFmpeg-n0.8-4913-g175cc37
- 视频播放,编解码SDK,其中编解码可以进行提取B帧I帧和P帧等关键帧。同时还可以对其他格式进行转换。-Video playback, codec SDK, wherein the codec B frame can be extracted I frames and P-frames and other key frames. But also can be converted to other formats.
opencv-key-frame
- opencv 程序代码 基于分镜头的关键帧算法。效果很好-good for new leareer
frame-speech
- 这是一个matlab程序,该程序的功能是读取一个 .wav 格式的语音信号,画出该语音信号的短时能量。主程序调用了自己编写的两个函数,函数的功能分别是对语音信号进行分帧以及计算每一帧的时间。语音分帧是语音信号处理的关键步骤,该程序可以帮助你快速入门。-This is a matlab program, the function of the program is to read a ' .wav' voice signal format, draw short-term energ
FightHost
- 微信斗地主源码,带后台,一键架设。智能管理系统,丰富(WeChat landlords source code, with the background, a key frame)
guanjianzhen
- 关键帧提取的帧间差分法实现,亲测可运行。(Key frame extraction)
SEIR
- 一般的线性方程我们可以用最小二乘来解,一般的非线性方程我们可以用LM来解。 这里是线性微分方程组,所以我们采用最小二乘来解。 关键是构造出最小二乘形式,微分可以通过前后数据差分的方法来求。 不过这里还有一个技巧就是如果数据前后帧间隔过大,可以先插值,再对插值后的数据差分如果实际测量数据抖动过大导致插值后差分明显不能反映实际情况,可以先对数据平滑(拟合或是平均)再求差分。(We can use least squares to solve general linear equat