当前位置:
首页 资源下载
搜索资源 - new three step search
搜索资源列表
-
0下载:
刚刚学习jdbc数据库,用jcreator编了一个小数据库,还可以,通过了。
功能:能够进行添加数据、修改数据、查找数据、删除数据、还可以上下翻页!
注:
里面的东西还没有进行整理,多少还有一些凌乱。由于刚刚学,有些功能不知道,许多功能还是按照以前的知识进行写的,多少显得笨拙!但也是一种解决的方法,可供初学者
参考。
说明文档--给初学者
1、首先把数据库文件加入到SQLSERVER数据库中DATA路径下,
2、在SQL SERVER中:右键选中数据库/所有任务/附加
-
-
8下载:
************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
-
-
0下载:
Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
-
-
1下载:
matlab平台的一些运动估计块匹配算法,包括3步法,新3步法,4步法,菱形搜索等等,motionsEstAnalysis.m——scr ipt to execute all Algorithms
motionEstES.m——Exhaustive Search Algorithm
motionEstTSS.m——Three Step Search Algorithm
motionEstNTSS.m——New Three Step Search Algorithm
motionEstSE
-
-
0下载:
新三步搜索算法考虑了块矢量中心偏移的特性,在初步搜索时对中心周围的
位置同时做了匹配运算。在物体做小范围运动时,这种改进很有效,可以大大减少运算量,然而,在物体做大范围运动时,这种改进却带来了额外的运算量。现实的情况经常是物体既有小范围的偏移,也有大范围的运动。因此,在考虑块匹配算法时,既要照顾块的中心偏移特性,也要兼顾块的大范围运动。四步搜索 (Four-Step Search FSS)能够兼顾两种情况,可以得到较好的性能。
-The new three-step search alg
-
-
0下载:
a matlab implementation of the NTSS (new three step search) algortihm
-
-
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 descr iption of the m files in this
-
-
0下载:
matlab语言编写 新三步搜索算法 ,希望大家有用-New Three Step Search Algorithm
-
-
1下载:
运动估计块匹配算法
以下是工程中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)
-
-
0下载:
该代码对图像处理中涉及到的搜索算法中的三步法进行了改进,即提出了一种新的三步法。-Of the code in image processing involved in the three-step search algorithm has been improved, that is, a new three-step method.
-
-
0下载:
针对视频的运动估计的新三步搜索法,内附源码及实验数据。-Motion estimation for video of the new three-step search method, containing source code and experimental data.
-
-
0下载:
实现了运动估计中的新三步搜索算法,在matlab中仿真,通过测试-To achieve a new three-step motion estimation search algorithm, in matlab simulation, test
-
-
0下载:
Motion estimation algorithm - New three step search
-
-
0下载:
新三步搜索算法对三步算法进行了适当的改进,在一定程度上弥补了TSS算算法在估计细小运动时的不足,并加入了半途中止的策略,进一步提高了搜索精度
-New three-step search algorithm on a three-step algorithm appropriate improvements to compensate for the deficiencies of the TSS Algorithm for estimating the small movement to
-
-
0下载:
视频运动估计中快速块匹配方法 新三步搜索-The video motion estimation based on fast block matching New Three Step Search
-
-
0下载:
matlab TSS优化算法的源代码,代码说明详述代码功能-Computes motion vectors using*NEW* Three Step Search method
-
-
0下载:
Block Matching Algorithm (continuous)
New Three Step Search
-
-
0下载:
Block Matching Algorithm
Code for All method search:
Three step seach
New Three step seach
Four step search
All search
MAD
MSE
Estimination Compariton
-