搜索资源列表
二维运动估计
- 用穷尽块匹配算法进行二维运动估计的matlab程序
7种基于块匹配的运动估计算法比较
- 其中基于块匹配的运动估计算法MATLab源码,包括全搜索、三步法、四步法、新三步法、菱形搜索法、ARPs。
快匹配运动估计算法
- 其中基于块匹配的运动估计算法MATLab源码,包括全搜索、三步法、四步法、新三步法、菱形搜索法、ARPs。
块运动估计程序 集合
- 块运动估计中包括三步法等各种改进方法的集合matalb程序
运动估计算法
- 运动估计的算法源程序,搜索精度为半精度,方法是对整像素搜索到的匹配位置的领域像素进行内查,然后进一步搜索,找到更精确的匹配位置- In the movement estimate algorithm source program, the search precision is half precision, the method is the match position domain picture element which
Circuit3
- 目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。 技术:avi视频流的帧读取;图像帧存储格式的了解;RGB图像的灰度化;灰度图象的平滑滤波;块运动估计算法的实现;使用MFC显示图像帧;MFC上鼠标事件的使用。 -objectives : manually select video images on the question target trackin
quansousuo
- 基于H.264中运动估计中的全搜索源代码-H.264-based motion estimation search of the entire source code
motionest
- 用块匹配法进行运动估计的matlab实现方法,返回运动矩阵-block matching method used for motion estimation method of Matlab, the return movement Matrix
lk
- 运动估计代码.里面有源图像和运行结果.对写论文应该有帮助-motion estimation code. Active inside images and results of operations. Papers should be written to help
suanfakrrrr
- 运动估计是视频压缩中帧间预测编码的关键技术之一,在各个压缩标准中都广泛使用了基于块的运动估计技术。由于运动估计通常具有较大的运算量,因此对压缩性能具有重要的影响。本文在分析了视频序列的特点和对现有的快速搜索算法深入理解的基础上提出了一种改进的快速运动估计搜索算法,通过实验表明该算法对压缩性能有了较好的改进。 -Video Compression interfr a me predictive coding one of the ke
41241
- 图象处理中运动估计的一种全搜索块匹配法的实现程序!-image processing campaign estimated a full search block matching program to realize!
4MonitorVideoCoderBasedOnTMS320C6211DSP
- 本文首先对DSP技术特别是TI公司的C6000系列进行了介绍,为以后的编码算法研究工作做准备。 之后通过对目前的视频编码标准的分析和比较,选择了MPEG-4视频编码标准作为监控视频编码框架。 接着在对MPEG-4视频压缩基本技术分析的基础上,结合监控视频和C6211DSP硬件的特点, 深入研究了运动估计、DCT变换、量化等算法并进行了优化, 采用了基于钻石搜索的背景块运动搜索算法和全零块预判别算法,提高了编码程序的效率。
MotionEstimation
- 这是一个实现运动估计的程序,采用的是传统的块匹配准则,程序的可移植性较好-This is a realization of motion estimation procedure used is a traditional block-matching criteria, procedures for better portability
a1
- 基于块匹配的电子图像稳定算法的文章,采用分块运动估计和运动滤波技术进行稳像
motion
- 运动估计的C源码,有不对的地方,请大家指正,交流-Motion Estimation of C source code, there is something wrong, please correct me everyone, exchange
MOBILE.RAR
- 视频序列运动矢量分布的中心偏移特性在运动估计中发挥重要的作用,但忽视了运动矢量分布的方向性。该文提出了非对称双十字形搜索(UDCS)算法,给出了在搜索的初始阶段使用小十字搜索模型对小的运动矢量搜索并在相继的搜索过程中使用具有方向性的十字形搜索模型对大运动矢量进行搜索的步聚。介绍了该算法的实现结构,并分析了该算法搜索性能。-Video sequence of motion vector distribution characteristi
motionestimationalgorithm
- 运动估计块匹配算法,适用于各种视频编码格式-Block-matching motion estimation algorithm, applicable to a variety of video encoding formats
AFFINE
- 基于仿射变换的运动场估计,首先使用EBMA确定基于块的运动场,然后使用加权的LSE求仿射变换参数。给出基于仿射变换参数的预测帧以及相应的估计参数,并与基于块运动估计的运动场预测结果进行比较-Based on the estimated affine transformation of the stadium, the first to use block-based EBMA determine playgrounds, and the
work
- 很方便的小程序,可以将二维数组转为一维数组,还有im2block也可以将图像分块,在运动估计分析的时候很有用-Very convenient for small procedures, can be two-dimensional array into a one-dimensional array, there are im2block can also block images in the analysis of motion e
运动估计程序
- 基于块的运动估计、通过全搜索法实现运动估计()