搜索资源列表
基于块的运动补偿
- 本代码提供了多种块搜索算法可供选择,计算出两帧的运动矢量,可用于帧间运动补偿解决复杂背景下运动目标的提取问题。将运算结果保存到文件。
motionE
- 实现了视频帧中的全搜索和三步搜索运动估计,得到运动矢量,对新手很有帮助-video fr a me to achieve the full search and three-step search motion estimation, motion vector is the novice helpful
cfffsss
- 改进后的算法大大减少了对于那些运动矢量为零的块的搜索冗余,同时对于运动比较剧烈的块直接进入大范围搜索。这样即提高了搜索效率,又不会使搜索结果陷入局部最优。-improved algorithm greatly reduced for those zero motion vector search block redundancy, Meanwhile, more intense campaign of direct access to
MOBILE.RAR
- 视频序列运动矢量分布的中心偏移特性在运动估计中发挥重要的作用,但忽视了运动矢量分布的方向性。该文提出了非对称双十字形搜索(UDCS)算法,给出了在搜索的初始阶段使用小十字搜索模型对小的运动矢量搜索并在相继的搜索过程中使用具有方向性的十字形搜索模型对大运动矢量进行搜索的步聚。介绍了该算法的实现结构,并分析了该算法搜索性能。-Video sequence of motion vector distribution characteristi
GetMV2
- 一个简单的计算块的运动矢量源码,使用四步搜索算法-A simple calculation of the block motion vector source, use the four-step search algorithm
inserted
- 读入一个视频序列中的任意两帧,对这两帧图像进行运动估计(全搜速方法),并且利用得到的运动矢量进行插值重建处于这两帧中间位置的图像。-Reading into a video sequence of arbitrary 2, the two-fr a me image motion estimation (full-speed search method), and the utilization of the motion vector
motionEstDS
- 这是基于运动块的分析,输入的是运动矢量,检测出对应的矢量-This is based on the movement block analysis, the importation of the motion vectors, detected in the corresponding vector
ebma_vectorcode
- 该函数的功能:进行运动矢量的矢量量化编码,返回的是解码后的运动场.-The function of the function: motion vector for the vector quantization coding, is decoded to return to the stadium.
BlockMatchingAlgoMPEG
- 基于块匹配的帧间运动估计,对相邻帧间背景运动计算运动矢量 ,使用了多种搜索算法对运动块进行搜索和匹配。-Block Matching Algorithms for Motion Estimation,This MATLAB source code is a review of the block matching algorithms used for motion estimation in video compression. I
encoder
- 输入YUV文件,输出RAW文件,可以改变图像的量化步长,运动矢量-YUV input file, output RAW files, you can change the image quantization step, motion vector
Electronicimagestabilizationalgorithm
- 在深入分析视轴晃动与图像关系的基础上,利用机栽平台的特点,确定了图像运动矢量的关系,忽略了次要因素,进一步简化了运算,提高了算法的准确性。-In-depth analysis of the relationship between the visual axis shaking and image, based on the characteristics of the use of machine planted platform t
MV_Plot
- 画运动矢量的好例子。用matlab实现 画运动矢量的好例子。用matlab实现-Painting a good example of motion vector. Using matlab to achieve a good example of motion vector drawing. Achieved using matlab
motionEstES
- 该代码是图像处理中块匹配的全搜索算法,是用来估计和计算运动矢量的。-The image processing code is the full search block matching algorithm is used to estimate and calculate the motion vector.
FourStep
- 这是用四步搜索法求视频图像的运动矢量的。效果很好,可运行。-This is a four-step search Method with video images of the motion vector. Good effect, and can run.
whole_search_and_three-step_search
- 用matlab实现了图像通信中的全搜索算法与三步搜索算法这两种运动估值算法,给出了运动矢量图,对两种方法的计算复杂度和搜索性能进行了客观的比较。-Matlab image communication achieved by the full search algorithm in the three-step search algorithm with the two motion estimation algorithms, give
EBMA--cif
- 通过使用块匹配法实现运动矢量的检测,块大小和搜索区域大小可自定-Achieved through the use of block matching motion vector detection, block size and search area size can be customized
Compensationmotionestimation
- 采用全搜算法,进行运算估值,画出运动矢量,并显示出补偿后的图像。-All-search algorithm for computing the valuation, draw motion vector, and shows the compensated image.
zx0
- 图像处理的全搜索算法 寻找匹配块 并可画出运动矢量-Full search algorithm for image processing,Search block matching,Motion vector can be drawn
mvquiver
- 本文件实现了yuv视频的运动矢量提取,其中运动矢量估计采用了不同的估计算法,最后还可以画出运动矢量图。-This document implements the yuv video motion vector extraction, in which motion vector estimation algorithm using different estimates and, finally, to draw the movemen
运动估计代码
- 根据物体发生的运动特征,对运动目标进行运动矢量的估计预测。(Motion vector estimation and prediction of moving targets)