文件名称:-FastMatch-
-
所属分类:
- 标签属性:
- 上传时间:2015-10-19
-
文件大小:4.87mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
毕业设计,图像快速匹配算法,cvpr,仿射变换-Fast-Match is a fast algorithm for approximate tem-
plate matching under 2D affine transformations that min-
imizes the Sum-of-Absolute-Differences (SAD) error mea-
sure. There is a huge number of transformations to consider
but we prove that they can be sampled using a density that
depends on the smoothness of the image. For each poten-
tial transformation, we approximate the SAD error using a
sublinear algorithm that randomly examines only a small
number of pixels.
plate matching under 2D affine transformations that min-
imizes the Sum-of-Absolute-Differences (SAD) error mea-
sure. There is a huge number of transformations to consider
but we prove that they can be sampled using a density that
depends on the smoothness of the image. For each poten-
tial transformation, we approximate the SAD error using a
sublinear algorithm that randomly examines only a small
number of pixels.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FastMatch_demo/
FastMatch_demo/AddPaths.m
FastMatch_demo/CompileMex.m
FastMatch_demo/FMGUI.fig
FastMatch_demo/FMGUI.m
FastMatch_demo/FastMatch.m
FastMatch_demo/FastMatch1.m
FastMatch_demo/MatchingResult.m
FastMatch_demo/ProcessImagePairResults.m
FastMatch_demo/README.txt
FastMatch_demo/bestDists.m
FastMatch_demo/example/
FastMatch_demo/example/OptMat.mat
FastMatch_demo/example/image.png
FastMatch_demo/example/template.png
FastMatch_demo/imgPairs/
FastMatch_demo/imgPairs/ctrl/
FastMatch_demo/imgPairs/ctrl/sofa.jpg
FastMatch_demo/imgPairs/ctrl/sofa_副本.jpg
FastMatch_demo/imgPairs/dola.png
FastMatch_demo/imgPairs/dola2.png
FastMatch_demo/imgPairs/dola4.png
FastMatch_demo/imgPairs/expose/
FastMatch_demo/imgPairs/expose/chi.jpg
FastMatch_demo/imgPairs/expose/chi_l.jpg
FastMatch_demo/imgPairs/lumi/
FastMatch_demo/imgPairs/lumi/sofa.jpg
FastMatch_demo/imgPairs/lumi/sofa_副本1.jpg
FastMatch_demo/imgs/
FastMatch_demo/imgs/dif_im/
FastMatch_demo/imgs/dif_im/dola.png
FastMatch_demo/imgs/dif_im/dola2.png
FastMatch_demo/imgs/dif_im/dola3.png
FastMatch_demo/imgs/dif_im/dola4.png
FastMatch_demo/imgs/dif_im/周.png
FastMatch_demo/imgs/dif_im/周润发.png
FastMatch_demo/imgs/dif_im/周润发2.png
FastMatch_demo/imgs/dif_im/楚留香.png
FastMatch_demo/imgs/dif_im/楚留香2.png
FastMatch_demo/imgs/dim/
FastMatch_demo/imgs/dim/girl.jpg
FastMatch_demo/imgs/dim/girl2.jpg
FastMatch_demo/imgs/dim/thai_food.jpg
FastMatch_demo/imgs/dim/thai_food2.jpg
FastMatch_demo/imgs/keyboard.jpg
FastMatch_demo/imgs/lumina/
FastMatch_demo/imgs/lumina/chi.jpg
FastMatch_demo/imgs/lumina/chi_l.jpg
FastMatch_demo/imgs/spin/
FastMatch_demo/imgs/spin/image__3.jpg
FastMatch_demo/imgs/spin/image_for_template__3.jpg
FastMatch_demo/imgs/spin/three dog_l.jpg
FastMatch_demo/imgs/spin/three dog_z.jpg
FastMatch_demo/imgs/thai_food.jpg
FastMatch_demo/imgs/view/
FastMatch_demo/imgs/view/image__4.jpg
FastMatch_demo/imgs/view/image__5.jpg
FastMatch_demo/imgs/view/image_for_template__1.png
FastMatch_demo/imgs/view/image_for_template__2.png
FastMatch_demo/imgs/view/image_for_template__4.jpg
FastMatch_demo/imgs/view/image_for_template__5.jpg
FastMatch_demo/matlab/
FastMatch_demo/matlab/helpers/
FastMatch_demo/matlab/helpers/BoundBy.m
FastMatch_demo/matlab/helpers/CreateAffineTransformation.m
FastMatch_demo/matlab/helpers/GenerateGrid.m
FastMatch_demo/matlab/helpers/GetBounds.m
FastMatch_demo/matlab/helpers/GetGrid.m
FastMatch_demo/matlab/helpers/GetThreshPerDelta.m
FastMatch_demo/matlab/helpers/GetTotalVariation.m
FastMatch_demo/matlab/helpers/MakeOdd.m
FastMatch_demo/matlab/helpers/max2.m
FastMatch_demo/matlab/helpers/transVec2Struct.m
FastMatch_demo/matlab/main_code/
FastMatch_demo/matlab/main_code/ColorMatch.m
FastMatch_demo/matlab/main_code/CreateListOfConfigs.m
FastMatch_demo/matlab/main_code/ExpandConfigsFull.m
FastMatch_demo/matlab/main_code/ExpandConfigsRandom.m
FastMatch_demo/matlab/main_code/FindBestTransformation.m
FastMatch_demo/matlab/main_code/FindBestTransformation1.m
FastMatch_demo/mex/
FastMatch_demo/mex/Configs2Affine_mex.cpp
FastMatch_demo/mex/Configs2Affine_mex.mexw32
FastMatch_demo/mex/Configs2Affine_mex.mexw64
FastMatch_demo/mex/Configs2Affine_mex.mexw64.pdb
FastMatch_demo/mex/CreateList_mex.cpp
FastMatch_demo/mex/CreateList_mex.mexw32
FastMatch_demo/mex/CreateList_mex.mexw64
FastMatch_demo/mex/CreateList_mex.mexw64.pdb
FastMatch_demo/mex/EvaluateConfigs_mex.cpp
FastMatch_demo/mex/EvaluateConfigs_mex.mexw32
FastMatch_demo/mex/EvaluateConfigs_mex.mexw64
FastMatch_demo/mex/EvaluateConfigs_mex.mexw64.pdb
FastMatch_demo/result/
FastMatch_demo/result/duolahah.png
FastMatch_demo/result/亮度.png
FastMatch_demo/result/周润发.png
FastMatch_demo/result/旋转1.png
FastMatch_demo/result/旋转2.png
FastMatch_demo/result/无标题.png
FastMatch_demo/result/楚留香hh.png
FastMatch_demo/result/模糊1.png
FastMatch_demo/result/模糊2.png
FastMatch_demo/result/视角1.png
FastMatch_demo/AddPaths.m
FastMatch_demo/CompileMex.m
FastMatch_demo/FMGUI.fig
FastMatch_demo/FMGUI.m
FastMatch_demo/FastMatch.m
FastMatch_demo/FastMatch1.m
FastMatch_demo/MatchingResult.m
FastMatch_demo/ProcessImagePairResults.m
FastMatch_demo/README.txt
FastMatch_demo/bestDists.m
FastMatch_demo/example/
FastMatch_demo/example/OptMat.mat
FastMatch_demo/example/image.png
FastMatch_demo/example/template.png
FastMatch_demo/imgPairs/
FastMatch_demo/imgPairs/ctrl/
FastMatch_demo/imgPairs/ctrl/sofa.jpg
FastMatch_demo/imgPairs/ctrl/sofa_副本.jpg
FastMatch_demo/imgPairs/dola.png
FastMatch_demo/imgPairs/dola2.png
FastMatch_demo/imgPairs/dola4.png
FastMatch_demo/imgPairs/expose/
FastMatch_demo/imgPairs/expose/chi.jpg
FastMatch_demo/imgPairs/expose/chi_l.jpg
FastMatch_demo/imgPairs/lumi/
FastMatch_demo/imgPairs/lumi/sofa.jpg
FastMatch_demo/imgPairs/lumi/sofa_副本1.jpg
FastMatch_demo/imgs/
FastMatch_demo/imgs/dif_im/
FastMatch_demo/imgs/dif_im/dola.png
FastMatch_demo/imgs/dif_im/dola2.png
FastMatch_demo/imgs/dif_im/dola3.png
FastMatch_demo/imgs/dif_im/dola4.png
FastMatch_demo/imgs/dif_im/周.png
FastMatch_demo/imgs/dif_im/周润发.png
FastMatch_demo/imgs/dif_im/周润发2.png
FastMatch_demo/imgs/dif_im/楚留香.png
FastMatch_demo/imgs/dif_im/楚留香2.png
FastMatch_demo/imgs/dim/
FastMatch_demo/imgs/dim/girl.jpg
FastMatch_demo/imgs/dim/girl2.jpg
FastMatch_demo/imgs/dim/thai_food.jpg
FastMatch_demo/imgs/dim/thai_food2.jpg
FastMatch_demo/imgs/keyboard.jpg
FastMatch_demo/imgs/lumina/
FastMatch_demo/imgs/lumina/chi.jpg
FastMatch_demo/imgs/lumina/chi_l.jpg
FastMatch_demo/imgs/spin/
FastMatch_demo/imgs/spin/image__3.jpg
FastMatch_demo/imgs/spin/image_for_template__3.jpg
FastMatch_demo/imgs/spin/three dog_l.jpg
FastMatch_demo/imgs/spin/three dog_z.jpg
FastMatch_demo/imgs/thai_food.jpg
FastMatch_demo/imgs/view/
FastMatch_demo/imgs/view/image__4.jpg
FastMatch_demo/imgs/view/image__5.jpg
FastMatch_demo/imgs/view/image_for_template__1.png
FastMatch_demo/imgs/view/image_for_template__2.png
FastMatch_demo/imgs/view/image_for_template__4.jpg
FastMatch_demo/imgs/view/image_for_template__5.jpg
FastMatch_demo/matlab/
FastMatch_demo/matlab/helpers/
FastMatch_demo/matlab/helpers/BoundBy.m
FastMatch_demo/matlab/helpers/CreateAffineTransformation.m
FastMatch_demo/matlab/helpers/GenerateGrid.m
FastMatch_demo/matlab/helpers/GetBounds.m
FastMatch_demo/matlab/helpers/GetGrid.m
FastMatch_demo/matlab/helpers/GetThreshPerDelta.m
FastMatch_demo/matlab/helpers/GetTotalVariation.m
FastMatch_demo/matlab/helpers/MakeOdd.m
FastMatch_demo/matlab/helpers/max2.m
FastMatch_demo/matlab/helpers/transVec2Struct.m
FastMatch_demo/matlab/main_code/
FastMatch_demo/matlab/main_code/ColorMatch.m
FastMatch_demo/matlab/main_code/CreateListOfConfigs.m
FastMatch_demo/matlab/main_code/ExpandConfigsFull.m
FastMatch_demo/matlab/main_code/ExpandConfigsRandom.m
FastMatch_demo/matlab/main_code/FindBestTransformation.m
FastMatch_demo/matlab/main_code/FindBestTransformation1.m
FastMatch_demo/mex/
FastMatch_demo/mex/Configs2Affine_mex.cpp
FastMatch_demo/mex/Configs2Affine_mex.mexw32
FastMatch_demo/mex/Configs2Affine_mex.mexw64
FastMatch_demo/mex/Configs2Affine_mex.mexw64.pdb
FastMatch_demo/mex/CreateList_mex.cpp
FastMatch_demo/mex/CreateList_mex.mexw32
FastMatch_demo/mex/CreateList_mex.mexw64
FastMatch_demo/mex/CreateList_mex.mexw64.pdb
FastMatch_demo/mex/EvaluateConfigs_mex.cpp
FastMatch_demo/mex/EvaluateConfigs_mex.mexw32
FastMatch_demo/mex/EvaluateConfigs_mex.mexw64
FastMatch_demo/mex/EvaluateConfigs_mex.mexw64.pdb
FastMatch_demo/result/
FastMatch_demo/result/duolahah.png
FastMatch_demo/result/亮度.png
FastMatch_demo/result/周润发.png
FastMatch_demo/result/旋转1.png
FastMatch_demo/result/旋转2.png
FastMatch_demo/result/无标题.png
FastMatch_demo/result/楚留香hh.png
FastMatch_demo/result/模糊1.png
FastMatch_demo/result/模糊2.png
FastMatch_demo/result/视角1.png
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.