搜索资源列表
144155
- 运动估计全搜索算法VC++实现代码,如有不对之处,敬请指正!-full search motion estimation algorithm VC code, if imperfect, please correct me!
modular_FSME
- 基于Modular调用的全搜索算法 modular 调用library库
full_search_mpeg2
- mpeg2中的全搜索算法,基于visualDSP++平台,常用
mat
- 实现全搜索算法和三步法搜索,对256×256图像进行模拟传送
mpeg2sf
- mpeg2全搜索算法的源代码,做图像编码很有用的。也可以和其他搜索算法对比性能
全搜索算法
- 全搜索算法源代码
7种基于块匹配的运动估计算法比较
- 其中基于块匹配的运动估计算法MATLab源码,包括全搜索、三步法、四步法、新三步法、菱形搜索法、ARPs。
快匹配运动估计算法
- 其中基于块匹配的运动估计算法MATLab源码,包括全搜索、三步法、四步法、新三步法、菱形搜索法、ARPs。
FS.rar
- 全搜索算法寻找运动矢量,基于MATLAB实现,Full-search motion vector search algorithm, based on the MATLAB implementation
motionEstES
- matlab语言编写的全搜索算法,希望大家有用-Exhaustive Search Algorithm
motionEstES
- 该代码是图像处理中块匹配的全搜索算法,是用来估计和计算运动矢量的。-The image processing code is the full search block matching algorithm is used to estimate and calculate the motion vector.
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, given the movement vector, the com
cls_AVIA
- 给出了矢量量化编码全搜索和均值不等式删除法两种算法的源代码,并比较了运行速度。-Vector quantization coding gives the full-search and mean inequality law two algorithms to delete the source code, and compare the operating speed.
ch10
- 将YUV源码转换为H.263类型文件,运动矢量估计采用全搜索算法-YUV source to be converted to H.263 types of documents and motion vector is estimated using full search algorithm.
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)
zx0
- 图像处理的全搜索算法 寻找匹配块 并可画出运动矢量-Full search algorithm for image processing,Search block matching,Motion vector can be drawn
motionEstES
- 采用全搜索算法计算每个宏块的运动适量,其中返回值为每个宏块对应的运动适量和平均每个宏块所需的搜索点数目。-Computes motion vectors using exhaustive search method
mpeg-encoder
- MPEG1编码器四种运动估计算法全搜索算法,梯度下降法,菱形搜索算法,四步法-MPEG1 encoder four kinds of full search motion estimation algorithm algorithm, gradient descent method, diamond search algorithm, four-step
音视频编码技术-课程作业2
- 全搜索算法重构图。像顾名思义,穷尽法就是对搜索范围内的每个位置都进行计算并比较,从原图像块中找到与待匹配块最相似(误差最小)位置的方法。对于一个搜索范围为[-7,7]的区域来说,x,y两个方向全部搜索一遍需要进行 15X15 = 225 次计算。穷尽法的缺点很明显就是计算量太大,速度很慢,另一方面,由于全部范围都进行了计算,其匹配精度是最高的。(Reconstruction graph of full search algorithm. As the name implies, the exha
图像快速搜索算法仿真
- 读入视频的帧图像,对前后两帧图像进行运动搜索,包括全搜索和快速运动搜素,仿真给出运动矢量图