当前位置:
首页 资源下载
搜索资源 - optimization of frames
搜索资源列表
-
0下载:
H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。
程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。
在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。
如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
-
-
1下载:
这是上一个代码的优化,加了IDR帧编码,适合不稳定网络(如移动通信网),已产品化,基于华恒S3C6410-R2开发板采集视频并压缩为H264格式,带IDR帧,使用时.c文件要改名为cam2fb.c-This is a code optimization, plus the IDR frame coding for unstable networks (such as mobile communications network), has been product oriented, huahen
-
-
0下载:
硕士毕业论文《MPEG4-ASP视频编码器算法设计
及DSP实现》:研究和实现了MPEG4-ASP视频编码标准的关键算法——运动估计和全局运动估计,掌握了视频压缩编码的核心技术以及在通用DSP平台上实现视频编码器的技术要点并实现了编码器的原型,为MPEG4-ASP编码在嵌入式领域的实际应用和开发奠定了基础。
-In chapter one and two, we mainly introduce the basic principle of video compression and t
-
-
0下载:
H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。
程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。
在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。
如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
-
-
0下载:
Shot boundary detection is always an important topic in
digital video processing. It is the first important task of
content-based video retrieval and indexing. In this paper, a
new shot boundary detection algorithm is proposed, based on
Parti
-
-
0下载:
“Fast Tracking via Dense Spatio-Temporal Context Learning,” In ECCV 2014的源代码,效果非常好。-In this paper, we present a simple yet fast and robust algorithm which exploits the spatio-temporal context for visual tracking. Our approach formulates the spatio-te
-
-
0下载:
document on structural optimization
-
-
1下载:
In this paper, we present a simple yet fast and robust algorithm which exploits the spatio-temporal context for visual tracking. Our approach formulates the spatio-temporal relationships between the object of interest and its local context based on a
-