搜索资源列表
Circuit3
- 目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。 技术:avi视频流的帧读取;图像帧存储格式的了解;RGB图像的灰度化;灰度图象的平滑滤波;块运动估计算法的实现;使用MFC显示图像帧;MFC上鼠标事件的使用。 -objectives : manually select video images on the question target tracking; Use block matching methods
HBMA
- This function calculate block motion vectors (with integer pel accuracy), using hierarchical block matching algorithm. %An example of main function calling this function is "MEMBA", which can be entered on the command window. %The function also u
samples(me)
- 运动预测块匹配算法-Block-Matching Motion Estimation Algorithm
AFastBlock2matchingMotionEstimationAlgorithm
- 为了减小运动估计算法的计算复杂度及提高视频压缩编码的效率,提出了一种新的快速、有效的块匹配运 动估计算法.-In order to reduce the motion estimation algorithm of the computational complexity and improve the efficiency of video compression coding, a new fast and effective block-matching motion estimat
BlockMatchingAlgorithmsforMotionEstimation
- 】在对目前运动估计快速块匹配算法研究的基础上, 描述了运动估计的基本原理 揭示了提高运动估计效率的关键技术, 并对相关的算法进行了分析和比较 提出了运动估计算法今后的研究方向。-] In the current fast block-matching motion estimation algorithm based on the descr iption of the basic principles of motion estimation revealed to enhance the e
Ahighlyaccuratethree2stepsearch
- 由于基于块匹配的快速运动搜索算法中三步法的小运动估计效果较差,使其运动估计精度明显下降,还导致三步法缺乏良好的扩展性. 因此对三步法进行了改进,即在前两步总是将搜索步长减半继 续搜索.-As a result of block matching based on the rapid movement in the three-step search algorithm for motion estimation of small less effective so that it signi
MEBMA
- MEBMA (Motion Estimation (ME) Block Matching algorithm) compute various complexity and distortion parameters for given movie (.mat format) in either HBMA (multy resolution) or EBMA (full search) Block Matching algorithms The function produce output
VLSL-Design-of-High-Performance-Full-search-Block-
- 给出了一种用于H.264变换尺寸全搜索快匹配算法的运动估计电路的改进结构,并完成了VLSI设计。通过脉动阵列和全流水线的设计,达到最高的数据重用率、最小的I/O引脚和100 的硬件计算效率。-An improved architecture for H.264 full-pel motion estimation using variable block size full-search block-matching algorithm is proposed in this paper. To
BlockMatchingAlgoMPEG
- Block Matching Algorithms for Motion Estimation This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University. Following is a short descr iption of the m files in this
BasicMotionVectorEstimation
- 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
MotionEstimationquickalgorithm
- 摘 要:基于块的运动估计是视频压缩国际标准中广泛采用的关键技术。在对目前运动估计快速块匹配算法研究的基础上,描述了运动估计 的原理;揭示 了在图像质量、搜索速度和压缩码率等方面提高算法效率时存在的3 类主要问题 :初始搜索点的选择、匹配准则和搜索策略 ; 分另 q 阐述了目前常用的解决这3 类问题的方法,并进行了比较和分析 ;提出了对运动估计算法的一些展望。-Abstract: The block-based motion estimation is a video compress
YASUO
- 视频压缩中的块匹配运动估计算法研究 视频压缩中的块匹配运动估计算法研究-Video compression algorithm for block motion estimation in video compression algorithm for block matching motion estimation
HBMA
- HBMA为基于块的分级匹配算法,是一种典型的运动估计算法,适用于特征追踪和运动估计-HBMA classification based on block matching algorithm is a typical motion estimation algorithm for feature tracking and motion estimation
fullsearch
- this the full search block matching agorithm algorithm for motion estimation-this is the full search block matching agorithm algorithm for motion estimation
motionEstDSLS
- 视频编码中的运动估计,用于块匹配搜索算法,进行最佳匹配快的搜索。-Motion estimation in video encoding, for the block matching algorithm, the best match for fast search.
motionEstCDS
- 视频编码中的运动估计,用于块匹配搜索算法,进行最佳匹配快的搜索-Motion estimation in video encoding, for the block matching algorithm, the best match for fast search.
block-matching-motion-estimation
- 块运动估计搜索算法 包含十字搜索 菱形法 钻石法 等等 matlab-search algorithm for fast block-matching motion estimation
BlockMatchingAlgorithmsForMotionEstimation
- Block Matching Algorithm for Motion Estimation in Video Coding using Matlab