mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
misc/openmvg: Update 1.4 -> 1.6
Reported by: portscout
This commit is contained in:
parent
8d7663ef35
commit
fce8bb1d52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550080
@ -2,8 +2,7 @@
|
||||
|
||||
PORTNAME= openmvg
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.4
|
||||
PORTREVISION= 4
|
||||
DISTVERSION= 1.6
|
||||
CATEGORIES= misc science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -16,14 +15,16 @@ ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= need to figure out which TARGET_ARCHITECTURE values correspond to other architectures, plus "generic" is broken
|
||||
|
||||
LIB_DEPENDS= libflann_cpp.so:math/flann \
|
||||
libopenblas.so:math/openblas \
|
||||
libpng.so:graphics/png \
|
||||
libtiff.so:graphics/tiff
|
||||
LIB_DEPENDS+= liblz4.so:archivers/liblz4 # workaround for https://github.com/openMVG/openMVG/issues/1798
|
||||
|
||||
USES= cmake eigen:3 jpeg qt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= openMVG
|
||||
GH_PROJECT= openMVG
|
||||
GH_TUPLE= openMVG-thirdparty:cereal:37fca60:cereal/dependencies/cereal \
|
||||
GH_TUPLE= openMVG-thirdparty:cereal:ac168fe78ac499be0a745bf4a3253a9660572f8d:cereal/dependencies/cereal \
|
||||
openMVG-thirdparty:osi_clp:a25a980:osi/dependencies/osi_clp
|
||||
WRKSRC_SUBDIR= src
|
||||
USE_QT= core gui opengl svg widgets buildtools_build qmake_build
|
||||
@ -36,6 +37,7 @@ CMAKE_OFF= OpenMVG_BUILD_EXAMPLES
|
||||
|
||||
CXXFLAGS+= -fPIC \
|
||||
-I${LOCALBASE}/include # because flann is looked for in a wrong directiory: https://github.com/openMVG/openMVG/issues/1284
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -llz4 # workaround for https://github.com/openMVG/openMVG/issues/1798
|
||||
|
||||
OPTIONS_SINGLE= SIMD_${ARCH:tu}
|
||||
OPTIONS_SINGLE_SIMD_AMD64= K8 CORE MEROM NEHALEM
|
||||
|
@ -1,7 +1,7 @@
|
||||
TIMESTAMP = 1535309524
|
||||
SHA256 (openMVG-openMVG-v1.4_GH0.tar.gz) = edecf390acdac224f82050ee09d931049dcf61118c96cf4780808427eabbb0f2
|
||||
SIZE (openMVG-openMVG-v1.4_GH0.tar.gz) = 14637259
|
||||
SHA256 (openMVG-thirdparty-cereal-37fca60_GH0.tar.gz) = a035c996d1a9150dc0aa09982dee5114c46b9b40c320a307223e4a362279e9fd
|
||||
SIZE (openMVG-thirdparty-cereal-37fca60_GH0.tar.gz) = 328935
|
||||
TIMESTAMP = 1601062653
|
||||
SHA256 (openMVG-openMVG-v1.6_GH0.tar.gz) = 11b7f632a773f8c06fe7e30caeebc8ac124049cd5dd947eaadc8c7bf0a294d64
|
||||
SIZE (openMVG-openMVG-v1.6_GH0.tar.gz) = 14752743
|
||||
SHA256 (openMVG-thirdparty-cereal-ac168fe78ac499be0a745bf4a3253a9660572f8d_GH0.tar.gz) = 97e571da6be41eeba060ba257f74bdb329e043c078df7429f2f87ecdfeeb3db3
|
||||
SIZE (openMVG-thirdparty-cereal-ac168fe78ac499be0a745bf4a3253a9660572f8d_GH0.tar.gz) = 375037
|
||||
SHA256 (openMVG-thirdparty-osi_clp-a25a980_GH0.tar.gz) = 749c742b7eb6d346d34ef02872c7a02bdbef6759bdd48b9542dffb91bf82d0d7
|
||||
SIZE (openMVG-thirdparty-osi_clp-a25a980_GH0.tar.gz) = 2575191
|
||||
|
@ -36,6 +36,7 @@ bin/openMVG_main_openMVG2NVM
|
||||
bin/openMVG_main_openMVG2PMVS
|
||||
bin/openMVG_main_openMVG2WebGL
|
||||
bin/openMVG_main_openMVG2openMVS
|
||||
bin/openMVG_main_openMVGSpherical2Cubic
|
||||
bin/ui_openMVG_MatchesViewer
|
||||
bin/ui_openMVG_control_points_registration
|
||||
include/openMVG/cameras/Camera_Common.hpp
|
||||
@ -56,6 +57,8 @@ include/openMVG/cameras/Cameras_Common_command_line_helper.hpp
|
||||
include/openMVG/cameras/PinholeCamera.hpp
|
||||
include/openMVG/cameras/cameras.hpp
|
||||
include/openMVG/cameras/cameras_io.hpp
|
||||
include/openMVG/clustering/kmeans.hpp
|
||||
include/openMVG/clustering/kmeans_trait.hpp
|
||||
include/openMVG/color_harmonization/global_quantile_gain_offset_alignment.hpp
|
||||
include/openMVG/color_harmonization/selection_VLDSegment.hpp
|
||||
include/openMVG/color_harmonization/selection_fullFrame.hpp
|
||||
@ -109,7 +112,9 @@ include/openMVG/graph/connectedComponent.hpp
|
||||
include/openMVG/graph/graph.hpp
|
||||
include/openMVG/graph/graph_builder.hpp
|
||||
include/openMVG/graph/graph_graphviz_export.hpp
|
||||
include/openMVG/graph/graph_stats.hpp
|
||||
include/openMVG/graph/triplet_finder.hpp
|
||||
include/openMVG/graphics/color_gradient.hpp
|
||||
include/openMVG/image/image_concat.hpp
|
||||
include/openMVG/image/image_container.hpp
|
||||
include/openMVG/image/image_converter.hpp
|
||||
@ -146,6 +151,7 @@ include/openMVG/matching/kvld/kvld.h
|
||||
include/openMVG/matching/kvld/kvld_draw.h
|
||||
include/openMVG/matching/matcher_brute_force.hpp
|
||||
include/openMVG/matching/matcher_cascade_hashing.hpp
|
||||
include/openMVG/matching/matcher_hnsw.hpp
|
||||
include/openMVG/matching/matcher_kdtree_flann.hpp
|
||||
include/openMVG/matching/matcher_type.hpp
|
||||
include/openMVG/matching/matching_filters.hpp
|
||||
@ -184,15 +190,19 @@ include/openMVG/multiview/solver_fundamental_kernel.hpp
|
||||
include/openMVG/multiview/solver_homography_kernel.hpp
|
||||
include/openMVG/multiview/solver_resection.hpp
|
||||
include/openMVG/multiview/solver_resection_kernel.hpp
|
||||
include/openMVG/multiview/solver_resection_metrics.hpp
|
||||
include/openMVG/multiview/solver_resection_p3p.hpp
|
||||
include/openMVG/multiview/solver_resection_p3p_ke.hpp
|
||||
include/openMVG/multiview/solver_resection_p3p_kneip.hpp
|
||||
include/openMVG/multiview/solver_resection_p3p_nordberg.hpp
|
||||
include/openMVG/multiview/solver_resection_up2p_kukelova.hpp
|
||||
include/openMVG/multiview/solver_translation_knownRotation_kernel.hpp
|
||||
include/openMVG/multiview/test_data_sets.hpp
|
||||
include/openMVG/multiview/translation_averaging_common.hpp
|
||||
include/openMVG/multiview/translation_averaging_solver.hpp
|
||||
include/openMVG/multiview/translation_averaging_test.hpp
|
||||
include/openMVG/multiview/triangulation.hpp
|
||||
include/openMVG/multiview/triangulation_method.hpp
|
||||
include/openMVG/multiview/triangulation_nview.hpp
|
||||
include/openMVG/multiview/two_view_kernel.hpp
|
||||
include/openMVG/numeric/accumulator_trait.hpp
|
||||
@ -272,495 +282,13 @@ include/openMVG/stl/stlMap.hpp
|
||||
include/openMVG/system/cpu_instruction_set.hpp
|
||||
include/openMVG/system/timer.hpp
|
||||
include/openMVG/third_party/cmdLine/cmdLine.h
|
||||
include/openMVG/third_party/eigen/Eigen/Cholesky
|
||||
include/openMVG/third_party/eigen/Eigen/CholmodSupport
|
||||
include/openMVG/third_party/eigen/Eigen/Core
|
||||
include/openMVG/third_party/eigen/Eigen/Dense
|
||||
include/openMVG/third_party/eigen/Eigen/Eigen
|
||||
include/openMVG/third_party/eigen/Eigen/Eigenvalues
|
||||
include/openMVG/third_party/eigen/Eigen/Geometry
|
||||
include/openMVG/third_party/eigen/Eigen/Householder
|
||||
include/openMVG/third_party/eigen/Eigen/IterativeLinearSolvers
|
||||
include/openMVG/third_party/eigen/Eigen/Jacobi
|
||||
include/openMVG/third_party/eigen/Eigen/LU
|
||||
include/openMVG/third_party/eigen/Eigen/MetisSupport
|
||||
include/openMVG/third_party/eigen/Eigen/OrderingMethods
|
||||
include/openMVG/third_party/eigen/Eigen/PaStiXSupport
|
||||
include/openMVG/third_party/eigen/Eigen/PardisoSupport
|
||||
include/openMVG/third_party/eigen/Eigen/QR
|
||||
include/openMVG/third_party/eigen/Eigen/QtAlignedMalloc
|
||||
include/openMVG/third_party/eigen/Eigen/SPQRSupport
|
||||
include/openMVG/third_party/eigen/Eigen/SVD
|
||||
include/openMVG/third_party/eigen/Eigen/Sparse
|
||||
include/openMVG/third_party/eigen/Eigen/SparseCholesky
|
||||
include/openMVG/third_party/eigen/Eigen/SparseCore
|
||||
include/openMVG/third_party/eigen/Eigen/SparseLU
|
||||
include/openMVG/third_party/eigen/Eigen/SparseQR
|
||||
include/openMVG/third_party/eigen/Eigen/StdDeque
|
||||
include/openMVG/third_party/eigen/Eigen/StdList
|
||||
include/openMVG/third_party/eigen/Eigen/StdVector
|
||||
include/openMVG/third_party/eigen/Eigen/SuperLUSupport
|
||||
include/openMVG/third_party/eigen/Eigen/UmfPackSupport
|
||||
include/openMVG/third_party/eigen/Eigen/src/Cholesky/LDLT.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Cholesky/LLT.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/CholmodSupport/CholmodSupport.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Array.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/ArrayBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/ArrayWrapper.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Assign.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/AssignEvaluator.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Assign_MKL.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/BandMatrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Block.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/BooleanRedux.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/CommaInitializer.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/ConditionEstimator.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/CoreEvaluators.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/CoreIterators.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/CwiseBinaryOp.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/CwiseNullaryOp.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/CwiseTernaryOp.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/CwiseUnaryOp.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/CwiseUnaryView.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/DenseBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/DenseCoeffsBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/DenseStorage.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Diagonal.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/DiagonalMatrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/DiagonalProduct.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Dot.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/EigenBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Flagged.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/ForceAlignedAccess.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Functors.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Fuzzy.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/GeneralProduct.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/GenericPacketMath.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/GlobalFunctions.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/IO.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Inverse.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Map.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/MapBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/MathFunctions.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/MathFunctionsImpl.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Matrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/MatrixBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/NestByValue.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/NoAlias.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/NumTraits.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/PermutationMatrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/PlainObjectBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Product.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/ProductBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/ProductEvaluators.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Random.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Redux.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Ref.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Replicate.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/ReturnByValue.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Reverse.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Select.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/SelfAdjointView.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Solve.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/SolveTriangular.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/SolverBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/StableNorm.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Stride.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Swap.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Transpose.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Transpositions.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/TriangularMatrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/VectorBlock.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/VectorwiseOp.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/Visitor.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/AVX/Complex.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/AVX/PacketMath.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/AltiVec/Complex.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/CUDA/Complex.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/CUDA/Half.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/CUDA/PacketMath.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/Default/Settings.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/NEON/Complex.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/NEON/PacketMath.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/SSE/Complex.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/SSE/PacketMath.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/ZVector/Complex.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/functors/AssignmentFunctors.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/functors/BinaryFunctors.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/functors/NullaryFunctors.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/functors/StlFunctors.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/functors/TernaryFunctors.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/functors/UnaryFunctors.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/CoeffBasedProduct.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/GeneralMatrixVector.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/GeneralMatrixVector_MKL.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/Parallelizer.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/SelfadjointProduct.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/TriangularMatrixVector.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/TriangularMatrixVector_MKL.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/products/TriangularSolverVector.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/BlasUtil.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/Constants.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/DisableStupidWarnings.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/ForwardDeclarations.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/MKL_support.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/Macros.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/Memory.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/Meta.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/NonMPL2.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/StaticAssert.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Core/util/XprHelper.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/ComplexSchur.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/EigenSolver.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/RealQZ.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/RealSchur.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/AlignedBox.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/AngleAxis.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/EulerAngles.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/Homogeneous.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/Hyperplane.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/OrthoMethods.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/ParametrizedLine.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/Quaternion.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/Rotation2D.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/RotationBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/Scaling.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/Transform.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/Translation.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/Umeyama.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Geometry/arch/Geometry_SSE.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Householder/BlockHouseholder.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Householder/Householder.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Householder/HouseholderSequence.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/Jacobi/Jacobi.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/LU/Determinant.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/LU/FullPivLU.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/LU/InverseImpl.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/LU/PartialPivLU.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/LU/arch/Inverse_SSE.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/MetisSupport/MetisSupport.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/OrderingMethods/Amd.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/OrderingMethods/Ordering.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/PardisoSupport/PardisoSupport.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/QR/ColPivHouseholderQR.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/QR/FullPivHouseholderQR.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/QR/HouseholderQR.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SVD/BDCSVD.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SVD/JacobiSVD.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SVD/SVDBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SVD/UpperBidiagonalization.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/AmbiVector.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/CompressedStorage.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/MappedSparseMatrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseAssign.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseBlock.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseColEtree.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseCompressedBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseDenseProduct.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseDot.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseFuzzy.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseMap.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseMatrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseMatrixBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparsePermutation.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseProduct.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseRedux.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseRef.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseSolverBase.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseTranspose.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseTriangularView.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseUtil.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseVector.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/SparseView.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseCore/TriangularSolver.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLUImpl.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_Memory.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_Structs.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_Utils.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_gemm_kernel.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SparseQR/SparseQR.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/StlSupport/StdDeque.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/StlSupport/StdList.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/StlSupport/StdVector.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/StlSupport/details.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/misc/Image.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/misc/Kernel.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/misc/RealSvd2x2.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/misc/blas.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/misc/lapack.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/misc/lapacke.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/misc/lapacke_mangling.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/plugins/BlockMethods.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h
|
||||
include/openMVG/third_party/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/AdolcForward
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/AlignedVector3
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/ArpackSupport
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/AutoDiff
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/BVH
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/Tensor
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/TensorSymmetry
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/ThreadPool
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/Tensor.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSycl.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclConvertToDeviceExpression.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclExprConstructor.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclExtractAccessor.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclExtractFunctors.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclLeafCount.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclPlaceHolderExpr.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclRun.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclTuple.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/SimpleThreadPool.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/util/CXX11Meta.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/util/EmulateArray.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/util/EmulateCXX11Meta.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/EulerAngles
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/FFT
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/IterativeSolvers
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/KroneckerProduct
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/LevenbergMarquardt
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/MPRealSupport
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/MatrixFunctions
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/MoreVectorization
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/NonLinearOptimization
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/NumericalDiff
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/OpenGLSupport
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/Polynomials
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/Skyline
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/SparseExtra
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/SpecialFunctions
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/Splines
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/BVH/BVAlgorithms.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/BVH/KdBVH.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/EulerAngles/EulerAngles.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/EulerAngles/EulerSystem.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/FFT/ei_fftw_impl.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/FFT/ei_kissfft_impl.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/IterativeSolvers/DGMRES.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/IterativeSolvers/GMRES.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/IterativeSolvers/IterationController.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/IterativeSolvers/MINRES.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/IterativeSolvers/Scaling.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/MatrixFunctions/StemFunction.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/MoreVectorization/MathFunctions.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Polynomials/Companion.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Polynomials/PolynomialSolver.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Polynomials/PolynomialUtils.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Skyline/SkylineMatrix.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Skyline/SkylineProduct.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Skyline/SkylineStorage.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Skyline/SkylineUtil.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SparseExtra/MarketIO.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/CudaSpecialFunctions.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Splines/Spline.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Splines/SplineFitting.h
|
||||
include/openMVG/third_party/eigen/unsupported/Eigen/src/Splines/SplineFwd.h
|
||||
include/openMVG/third_party/histogram/histogram.hpp
|
||||
include/openMVG/third_party/hnswlib/bruteforce.h
|
||||
include/openMVG/third_party/hnswlib/hnswalg.h
|
||||
include/openMVG/third_party/hnswlib/hnswlib.h
|
||||
include/openMVG/third_party/hnswlib/space_ip.h
|
||||
include/openMVG/third_party/hnswlib/space_l2.h
|
||||
include/openMVG/third_party/hnswlib/visited_list_pool.h
|
||||
include/openMVG/third_party/htmlDoc/htmlDoc.hpp
|
||||
include/openMVG/third_party/lemon/config.h
|
||||
include/openMVG/third_party/lemon/lemon/adaptors.h
|
||||
@ -890,6 +418,7 @@ include/openMVG_dependencies/cereal/include/cereal/details/traits.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/details/util.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/external/base64.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/external/rapidjson/allocators.h
|
||||
include/openMVG_dependencies/cereal/include/cereal/external/rapidjson/cursorstreamwrapper.h
|
||||
include/openMVG_dependencies/cereal/include/cereal/external/rapidjson/document.h
|
||||
include/openMVG_dependencies/cereal/include/cereal/external/rapidjson/encodedstream.h
|
||||
include/openMVG_dependencies/cereal/include/cereal/external/rapidjson/encodings.h
|
||||
@ -929,7 +458,9 @@ include/openMVG_dependencies/cereal/include/cereal/external/rapidxml/rapidxml_it
|
||||
include/openMVG_dependencies/cereal/include/cereal/external/rapidxml/rapidxml_print.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/external/rapidxml/rapidxml_utils.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/macros.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/specialize.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/array.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/atomic.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/base_class.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/bitset.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/boost_variant.hpp
|
||||
@ -943,6 +474,7 @@ include/openMVG_dependencies/cereal/include/cereal/types/functional.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/list.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/map.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/memory.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/optional.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/polymorphic.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/queue.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/set.hpp
|
||||
@ -953,16 +485,22 @@ include/openMVG_dependencies/cereal/include/cereal/types/unordered_map.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/unordered_set.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/utility.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/valarray.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/variant.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/types/vector.hpp
|
||||
include/openMVG_dependencies/cereal/include/cereal/version.hpp
|
||||
include/openMVG_dependencies/cereal/sandbox/sandbox_shared_lib/base.hpp
|
||||
include/openMVG_dependencies/cereal/sandbox/sandbox_shared_lib/derived.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/array.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/atomic.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/basic_string.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/bitset.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/boost_variant.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/boost/boost_variant.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/chrono.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/common.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/complex.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/cpp17/optional.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/cpp17/variant.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/defer.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/deque.hpp
|
||||
include/openMVG_dependencies/cereal/unittests/doctest.h
|
||||
include/openMVG_dependencies/cereal/unittests/forward_list.hpp
|
||||
@ -1187,45 +725,45 @@ lib/libopenMVG_exif.so
|
||||
lib/libopenMVG_fast.so
|
||||
lib/libopenMVG_features.so
|
||||
lib/libopenMVG_features.so.1
|
||||
lib/libopenMVG_features.so.1.4
|
||||
lib/libopenMVG_features.so.1.6
|
||||
lib/libopenMVG_geometry.so
|
||||
lib/libopenMVG_geometry.so.1
|
||||
lib/libopenMVG_geometry.so.1.4
|
||||
lib/libopenMVG_geometry.so.1.6
|
||||
lib/libopenMVG_image.so
|
||||
lib/libopenMVG_image.so.1
|
||||
lib/libopenMVG_image.so.1.4
|
||||
lib/libopenMVG_image.so.1.6
|
||||
lib/libopenMVG_kvld.so
|
||||
lib/libopenMVG_kvld.so.1
|
||||
lib/libopenMVG_kvld.so.1.4
|
||||
lib/libopenMVG_kvld.so.1.6
|
||||
lib/libopenMVG_lInftyComputerVision.so
|
||||
lib/libopenMVG_lInftyComputerVision.so.1
|
||||
lib/libopenMVG_lInftyComputerVision.so.1.4
|
||||
lib/libopenMVG_lInftyComputerVision.so.1.6
|
||||
lib/libopenMVG_lemon.so
|
||||
lib/libopenMVG_linearProgramming.so
|
||||
lib/libopenMVG_linearProgramming.so.1
|
||||
lib/libopenMVG_linearProgramming.so.1.4
|
||||
lib/libopenMVG_linearProgramming.so.1.6
|
||||
lib/libopenMVG_matching.so
|
||||
lib/libopenMVG_matching.so.1
|
||||
lib/libopenMVG_matching.so.1.4
|
||||
lib/libopenMVG_matching.so.1.6
|
||||
lib/libopenMVG_matching_image_collection.so
|
||||
lib/libopenMVG_matching_image_collection.so.1
|
||||
lib/libopenMVG_matching_image_collection.so.1.4
|
||||
lib/libopenMVG_matching_image_collection.so.1.6
|
||||
lib/libopenMVG_multiview.so
|
||||
lib/libopenMVG_multiview.so.1
|
||||
lib/libopenMVG_multiview.so.1.4
|
||||
lib/libopenMVG_multiview.so.1.6
|
||||
lib/libopenMVG_numeric.so
|
||||
lib/libopenMVG_numeric.so.1
|
||||
lib/libopenMVG_numeric.so.1.4
|
||||
lib/libopenMVG_numeric.so.1.6
|
||||
lib/libopenMVG_robust_estimation.so
|
||||
lib/libopenMVG_robust_estimation.so.1
|
||||
lib/libopenMVG_robust_estimation.so.1.4
|
||||
lib/libopenMVG_robust_estimation.so.1.6
|
||||
lib/libopenMVG_sfm.so
|
||||
lib/libopenMVG_sfm.so.1
|
||||
lib/libopenMVG_sfm.so.1.4
|
||||
lib/libopenMVG_sfm.so.1.6
|
||||
lib/libopenMVG_stlplus.so
|
||||
lib/libopenMVG_system.so
|
||||
lib/libopenMVG_system.so.1
|
||||
lib/libopenMVG_system.so.1.4
|
||||
lib/libopenMVG_system.so.1.6
|
||||
lib/libvlsift.so
|
||||
lib/openMVG-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/openMVG-targets.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user