CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV

文件名称:demo_ASIFT_src

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    1.42mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

考虑了放射变换因素,比sift有更好的效果,但是速度由于增加了旋转的考虑会变慢很多!-A fully affine invariant image comparison method, Affine-SIFT (ASIFT) is introduced. While SIFT is fully invariant with respect to only four parameters namely zoom, rotation and translation, the new method treats the two left over parameters : the angles defining the camera axis orientation. Against any prognosis, simulating all views depending on these two parameters is feasible. The method permits to reliably identify features that have undergone very large affine distortions measured by a new parameter, the transition tilt. State-of-the-art methods hardly exceed transition tilts of 2 (SIFT), 2.5 (Harris-Affine and Hessian-Affine) and 10 (MSER). ASIFT can handle transition tilts up 36 and higher.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

demo_ASIFT_src/
demo_ASIFT_src/filter.h
demo_ASIFT_src/compute_asift_keypoints.cpp
demo_ASIFT_src/fproj.h
demo_ASIFT_src/splines.cpp
demo_ASIFT_src/test_demo_ASIFT.m
demo_ASIFT_src/adam1.png
demo_ASIFT_src/LICENSE.txt
demo_ASIFT_src/frot.cpp
demo_ASIFT_src/CMakeLists.txt
demo_ASIFT_src/domain.cpp
demo_ASIFT_src/library.h
demo_ASIFT_src/Makefile
demo_ASIFT_src/library.cpp
demo_ASIFT_src/demo_ASIFT.m
demo_ASIFT_src/adam2.png
demo_ASIFT_src/numerics1.h
demo_ASIFT_src/libMatch/
demo_ASIFT_src/libMatch/match.cpp
demo_ASIFT_src/libMatch/CMakeLists.txt
demo_ASIFT_src/libMatch/match.h
demo_ASIFT_src/demo_lib_sift.cpp
demo_ASIFT_src/log.txt
demo_ASIFT_src/third_party/
demo_ASIFT_src/third_party/Eigen/
demo_ASIFT_src/third_party/Eigen/LU
demo_ASIFT_src/third_party/Eigen/StdDeque
demo_ASIFT_src/third_party/Eigen/Eigen
demo_ASIFT_src/third_party/Eigen/Cholesky
demo_ASIFT_src/third_party/Eigen/CMakeLists.txt
demo_ASIFT_src/third_party/Eigen/LeastSquares
demo_ASIFT_src/third_party/Eigen/COPYING.LGPL
demo_ASIFT_src/third_party/Eigen/Core
demo_ASIFT_src/third_party/Eigen/Jacobi
demo_ASIFT_src/third_party/Eigen/Householder
demo_ASIFT_src/third_party/Eigen/src/
demo_ASIFT_src/third_party/Eigen/src/LU/
demo_ASIFT_src/third_party/Eigen/src/LU/CMakeLists.txt
demo_ASIFT_src/third_party/Eigen/src/LU/Inverse.h
demo_ASIFT_src/third_party/Eigen/src/LU/FullPivLU.h
demo_ASIFT_src/third_party/Eigen/src/LU/PartialPivLU.h
demo_ASIFT_src/third_party/Eigen/src/LU/arch/
demo_ASIFT_src/third_party/Eigen/src/LU/arch/CMakeLists.txt
demo_ASIFT_src/third_party/Eigen/src/LU/arch/Inverse_SSE.h
demo_ASIFT_src/third_party/Eigen/src/LU/Determinant.h
demo_ASIFT_src/third_party/Eigen/src/Cholesky/
demo_ASIFT_src/third_party/Eigen/src/Cholesky/CMakeLists.txt
demo_ASIFT_src/third_party/Eigen/src/Cholesky/LLT.h
demo_ASIFT_src/third_party/Eigen/src/Cholesky/LDLT.h
demo_ASIFT_src/third_party/Eigen/src/CMakeLists.txt
demo_ASIFT_src/third_party/Eigen/src/misc/
demo_ASIFT_src/third_party/Eigen/src/misc/Kernel.h
demo_ASIFT_src/third_party/Eigen/src/misc/CMakeLists.txt
demo_ASIFT_src/third_party/Eigen/src/misc/Image.h
demo_ASIFT_src/third_party/Eigen/src/misc/Solve.h
demo_ASIFT_src/third_party/Eigen/src/Core/
demo_ASIFT_src/third_party/Eigen/src/Core/CommaInitializer.h
demo_ASIFT_src/third_party/Eigen/src/Core/ArrayBase.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/
demo_ASIFT_src/third_party/Eigen/src/Core/products/GeneralBlockPanelKernel.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/CMakeLists.txt
demo_ASIFT_src/third_party/Eigen/src/Core/products/SelfadjointMatrixVector.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/TriangularSolverMatrix.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/TriangularMatrixVector.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/GeneralMatrixVector.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/TriangularMatrixMatrix.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/SelfadjointProduct.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/GeneralMatrixMatrix.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/SelfadjointRank2Update.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/CoeffBasedProduct.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/Parallelizer.h
demo_ASIFT_src/third_party/Eigen/src/Core/products/TriangularSolverVector.h
demo_ASIFT_src/third_party/Eigen/src/Core/Functors.h
demo_ASIFT_src/third_party/Eigen/src/Core/MatrixBase.h
demo_ASIFT_src/third_party/Eigen/src/Core/CwiseUnaryView.h
demo_ASIFT_src/third_party/Eigen/src/Core/GlobalFunctions.h
demo_ASIFT_src/third_party/Eigen/src/Core/VectorBlock.h
demo_ASIFT_src/third_party/Eigen/src/Core/MapBase.h
demo_ASIFT_src/third_party/Eigen/src/Core/CMakeLists.txt
demo_ASIFT_src/third_party/Eigen/src/Core/Diagonal.h
demo_ASIFT_src/third_party/Eigen/src/Core/Replicate.h
demo_ASIFT_src/third_party/Eigen/src/Core/CwiseNullaryOp.h
demo_ASIFT_src/third_party/Eigen/src/Core/BandMatrix.h
demo_ASIFT_src/third_party/Eigen/src/Core/Array.h
demo_ASIFT_src/third_party/Eigen/src/Core/PermutationMatrix.h
demo_ASIFT_src/third_party/Eigen/src/Core/Product.h
demo_ASIFT_src/third_party/Eigen/src/Core/PlainObjectBase.h
demo_ASIFT_src/third_party/Eigen/src/Core/DenseCoeffsBase.h
demo_ASIFT_src/third_party/Eigen/src/Core/CwiseBinaryOp.h
demo_ASIFT_src/third_party/Eigen/src/Core/Transpose.h
demo_ASIFT_src/third_party/Eigen/src/Core/MathFunctions.h
demo_ASIFT_src/third_party/Eigen/src/Core/DenseBase.h
demo_ASIFT_src/third_party/Eigen/src/Core/GenericPacketMath.h
demo_ASIFT_src/third_party/Eigen/src/Core/ProductBase.h
demo_ASIFT_src/third_party/Eigen/src/Core/arch/
demo_ASIFT_src/third_party/Eigen/src/Core/arch/CMakeLists.txt
demo_ASIFT_src/third_party/Eigen/src/Core/arch/SSE/
demo_ASIFT_src/third_party/Eigen/src/Core/arch/SSE/CMakeLists.txt
demo_ASIFT_src/third_party/Eigen/src/Core/arch/SSE/MathFunctions.h
demo_ASIFT_src/third_party/Eigen/src/Core/arch/SSE/PacketMath.h
demo_ASIFT_src/third_party/Eigen/src/Core/arch/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com