CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - block matching code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - block matching code - List
[
Other
]
经典连连看外挂
DL : 0
经典得连连看源代码,实现了连连看游戏得外挂功能,模式匹配算法精练,比较cximage得算法更加易用。-classic source code in 1000 block of Terry Avenue, the 1000 block of Terry Avenue achieve in the game external function, pattern matching algorithm eloquently in comparison algorithm cximage more user-friendly.
Update
: 2025-02-19
Size
: 14kb
Publisher
:
bei
[
Special Effects
]
motionest
DL : 0
用块匹配法进行运动估计的matlab实现方法,返回运动矩阵-block matching method used for motion estimation method of Matlab, the return movement Matrix
Update
: 2025-02-19
Size
: 1kb
Publisher
:
yr
[
Special Effects
]
iseTools.tar
DL : 0
matlab视频编码压缩工具源代码,具体内容不详-matlab video coding compression tools source code, the specific content of an unknown
Update
: 2025-02-19
Size
: 8.29mb
Publisher
:
leo
[
Special Effects
]
block
DL : 0
在matlab下实现的有关穷块匹配的代码。-In matlab of the poor under the block-matching code.
Update
: 2025-02-19
Size
: 100kb
Publisher
:
贺琴
[
Special Effects
]
HBMA
DL : 0
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 use the function "EBMA" for motion estimation of every macroblock-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 use the function EBMA for motion estimation of every macroblock
Update
: 2025-02-19
Size
: 2kb
Publisher
:
冯欣
[
Other
]
MIMO_Signals_And_Systems_Matlab
DL : 0
MIMO信号与系统英文书里面配套的matlab程序,包括Alamouti原理的空时块码接收机过程等等。-MIMO Signals and Systems in English inside the book matching matlab procedures, including the principle of Alamouti space-time block code receiver process and so on.
Update
: 2025-02-19
Size
: 16kb
Publisher
:
aiguixia
[
Special Effects
]
BlockMatchingAlgoMPEG
DL : 0
基于块匹配的帧间运动估计,对相邻帧间背景运动计算运动矢量 ,使用了多种搜索算法对运动块进行搜索和匹配。-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. It implements and compares 7 different types of block matching algorithms that range from the very basic Exhaustive Search to the recent fast adaptive algorithms like Adaptive Rood Pattern Search.
Update
: 2025-02-19
Size
: 4.39mb
Publisher
:
付亚峰
[
Special Effects
]
BlockMatchingMethodsConsideringSmoothnessofMotionV
DL : 0
考虑运动向量平滑的块匹配运动估计方法,matlab代码-Consider the motion vector smoothing method of block matching motion estimation, matlab code
Update
: 2025-02-19
Size
: 3kb
Publisher
:
fang
[
Communication
]
ME_Prog_Novel_CDHex
DL : 0
this file contain expand program of Visual C code for block matching algorithm by Dr Lai Man Po
Update
: 2025-02-19
Size
: 14kb
Publisher
:
alyssa
[
Multi Monitor
]
BMAforMotionEstimation
DL : 0
this file contain expand program of matlab code for block matching algorithm by Aroh Bajtya
Update
: 2025-02-19
Size
: 115kb
Publisher
:
alyssa
[
Multimedia Develop
]
BlockMatchingAlgoMPEG
DL : 0
This paper (and accompanying MATLAB source code) is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 different types of block matching algorithms that range from the very basic Exhaustive Search to the recent fast adaptive algorithms like Adaptive Rood Pattern Search. The algorithms that are evaluated in this paper are widely accepted by the video compressing community and have been used in implementing various standards, ranging from MPEG1 / H.261 to MPEG4 / H.263. The paper also presents a very brief introduction to the entire flow of video compression. by Aroh Barjatya original found here http://www.mathworks.com/matlabcentral/fileexchange/8761-This paper (and accompanying MATLAB source code) is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 different types of block matching algorithms that range from the very basic Exhaustive Search to the recent fast adaptive algorithms like Adaptive Rood Pattern Search. The algorithms that are evaluated in this paper are widely accepted by the video compressing community and have been used in implementing various standards, ranging from MPEG1/H.261 to MPEG4/H.263. The paper also presents a very brief introduction to the entire flow of video compression. by Aroh Barjatya original found here http://www.mathworks.com/matlabcentral/fileexchange/8761
Update
: 2025-02-19
Size
: 119kb
Publisher
:
hbx
[
2D Graphic
]
20040224_ME_Programs
DL : 0
Fast Block Matching Motion Estimation Algorithms Source Code
Update
: 2025-02-19
Size
: 14kb
Publisher
:
nhiepfong
[
matlab
]
BM3D
DL : 0
The Block-Matching and 3D Filtering (BM3D) algorithm is a computationally scalable algorithm based on this novel denoising strategy. It achieves state-of-the-art denoising performance in terms of both peak signal-to-noise ratio and subjective visual quality.
Update
: 2025-02-19
Size
: 2.77mb
Publisher
:
mythu
[
matlab
]
BlockMatchingAlgoMPEG
DL : 0
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 description of the m files in this zip motionsEstAnalysis.m Script to execute all Algorithms motionEstES.m Exhaustive Search Algorithm motionEstTSS.m Three Step Search Algorithm motionEstNTSS.m New Three Step Search Algorithm motionEstSESTSS.m Simple And Efficient Search Algorithm motionEst4SS.m Four Step Search Algorithm motionEstDS.m Diamond Search Algorithm motionEstARPSm Adaptive Root Pattern Search Algorithm costFuncMAD.m Mean Absolute Difference Function minCost.m minimum cost among macro blocks motionComp.m motion compensated image creator imgPSNR.m finds image PSNR w.r.t. reference image The test images can be found at http://cc.usu.edu/~arohb/caltrain.zip-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 description of the m files in this zip motionsEstAnalysis.m Script to execute all Algorithms motionEstES.m Exhaustive Search Algorithm motionEstTSS.m Three Step Search Algorithm motionEstNTSS.m New Three Step Search Algorithm motionEstSESTSS.m Simple And Efficient Search Algorithm motionEst4SS.m Four Step Search Algorithm motionEstDS.m Diamond Search Algorithm motionEstARPSm Adaptive Root Pattern Search Algorithm costFuncMAD.m Mean Absolute Difference Function minCost.m minimum cost among macro blocks motionComp.m motion compensated image creator imgPSNR.m finds image PSNR w.r.t. reference image The test images can be found at http://cc.usu.edu/~arohb/caltrain.zip
Update
: 2025-02-19
Size
: 116kb
Publisher
:
Yashil
[
VC/MFC
]
FlowCorr
DL : 0
This matlab code for block matching motion estimation, courtesy of Mr Nixon. I need help reading in sequence tho...so please help-This is matlab code for block matching motion estimation, courtesy of Mr Nixon. I need help reading in sequence tho...so please help
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Opul3nce
[
matlab
]
BNM
DL : 0
The source code is the best neighboring matching method, which will find out a best 16x16 macro block to conceal the lost macor block. this code is written by Matlab.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Bernie Chen
[
3D Graphic
]
code-and-test-images
DL : 0
运用block-matching法进行去噪处理,matlab源代码。-block match
Update
: 2025-02-19
Size
: 1.02mb
Publisher
:
王胤旭
[
matlab
]
code
DL : 0
block matching algorithm
Update
: 2025-02-19
Size
: 14kb
Publisher
:
n
[
matlab
]
code
DL : 0
BLOCK MATCHING AGOS BY AAROOH
Update
: 2025-02-19
Size
: 4kb
Publisher
:
Rizwan Sadiq
[
3D Graphic
]
code
DL : 0
三维重建源码,由双目立体视觉进行三位重建。并给出了几种重建方法的介绍,如基于块匹配的三维重建、基于特征点的重建。并且给出了最终结果图像。-Three-dimensional reconstruction of the source code, the three reconstruction by binocular stereo vision. And gives several reconstruction methods, such as 3 d reconstruction based on block matching and reconstruction based on feature points. And the final result image is presented
Update
: 2025-02-19
Size
: 7.55mb
Publisher
:
赵凡
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.