搜索资源列表
full_search_mpeg2
- 用于DSP的MPEG2的全搜索汇编代码,有详细注释,工程文件用VDSP++生成。-for DSP-wide search MPEG2 code compilation of a detailed notes, engineering documents VDSP generation.
H[1].264中的基于全零块检测的运动搜索方法
- H.264中的基于全零块检测的运动搜索方法.PDF-H.264-based all-zero block detection campaign search method. PDF
2XL留言本全功能版
- 主要功能: 1.任何人可回复.点[res]按钮回复. 2.留言或回复时填写密码后可凭昵称和密码重写此条留言.点[edit]按钮重写. 3.留言时点击[emotion]按钮后可以插入表情图标. 4.自动识别超连接. 5.可搜索留言. -main functions : 1. any person may resume. points [res] button reply. 2. reply messages or fill in a password and passwor
quansousuo
- 基于H.264中运动估计中的全搜索源代码-H.264-based motion estimation search of the entire source code
TuXiangGuJi_QuanSouSuo
- 此程序是用Matlab编写的运动图像估计的全搜索方式-this procedure is used to prepare Matlab Moving Image Search estimates the entire way
motionE
- 实现了视频帧中的全搜索和三步搜索运动估计,得到运动矢量,对新手很有帮助-video frame to achieve the full search and three-step search motion estimation, motion vector is the novice helpful
fast_select
- 实现全搜索运动估计算法,实现三步法快速搜索算法-achieve full search motion estimation algorithm, the three-step realization of Fast Search Algorithm
全搜索算法
- 全搜索算法源代码
运动估计全搜索MATLAB源码
- 运动估计全搜索MATLAB源码
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.
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
搜索指定拓展名并加密的例子
- 搜索硬盘内指定拓展名并采用des加密,感兴趣的可以自己补全增加更多的功能(Search the hard disk specified in the extension and use of DES encryption, can be of interest to their completion and add more features)
全搜索法代码
- 利用全搜索法进行块匹配,文件内分为五个.m文件(Block matching by full search method)
音视频编码技术-课程作业2
- 全搜索算法重构图。像顾名思义,穷尽法就是对搜索范围内的每个位置都进行计算并比较,从原图像块中找到与待匹配块最相似(误差最小)位置的方法。对于一个搜索范围为[-7,7]的区域来说,x,y两个方向全部搜索一遍需要进行 15X15 = 225 次计算。穷尽法的缺点很明显就是计算量太大,速度很慢,另一方面,由于全部范围都进行了计算,其匹配精度是最高的。(Reconstruction graph of full search algorithm. As the name implies, the exha
图像快速搜索算法仿真
- 读入视频的帧图像,对前后两帧图像进行运动搜索,包括全搜索和快速运动搜素,仿真给出运动矢量图