文件名称:demo_ASIFT_src
介绍说明--下载内容来自于网络,使用问题请自行百度
考虑了放射变换因素,比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/
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/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.