diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index 7942e92f3348..d2b479e5c65a 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -1,77 +1,82 @@ PORTNAME= colmap -DISTVERSION= 3.13.0 +DISTVERSION= 4.0.2 CATEGORIES= graphics MAINTAINER= fuz@FreeBSD.org COMMENT= Structure from motion and multi-view stereo WWW= https://colmap.github.io/ LICENSE= BSD2CLAUSE BSD3CLAUSE CC-BY-3.0 MIT SIFTGPU LICENSE_COMB= multi LICENSE_NAME_SIFTGPU= SiftGPU non-commercial license LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/src/thirdparty/VLFeat/LICENSE LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING.txt # also FLANN LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/src/colmap/ui/media/LICENSE LICENSE_FILE_MIT= ${WRKSRC}/src/thirdparty/PoissonRecon/LICENSE LICENSE_FILE_SIFTGPU= ${WRKSRC}/src/thirdparty/SiftGPU/LICENSE LICENSE_PERMS_SIFTGPU= dist-mirror pkg-mirror auto-accept LIB_DEPENDS= libPoseLib.so:graphics/poselib \ libboost_program_options.so:devel/boost-libs \ libceres.so:math/ceres-solver \ libcurl.so:ftp/curl \ libfaiss.so:math/faiss \ - libfreeimage.so:graphics/freeimage \ + libOpenImageIO.so:graphics/openimageio \ libglog.so:devel/glog \ - libmetis.so:math/metis + libmetis.so:math/metis \ + libcholmod.so:math/suitesparse-cholmod TEST_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtest.pc:devel/googletest -USES= cmake:testing compiler:${OPENMP}c++11-lib desktop-file-utils eigen:3 gl \ - localbase python:env qt:6 sqlite ssl +USES= cmake:testing compiler:${OPENMP}c++11-lib desktop-file-utils \ + display:test eigen:3 gl localbase python:env qt:6 sqlite ssl USE_CXXSTD= c++17 USE_GITHUB= yes USE_GL= gl glew USE_QT= base -CMAKE_OFF= CUDA_ENABLED FETCH_FAISS FETCH_POSELIB +CMAKE_OFF= CUDA_ENABLED FETCH_FAISS FETCH_POSELIB FETCH_ONNX CMAKE_TESTING_ON= TESTS_ENABLED .if exists(/usr/include/omp.h) CMAKE_ON+= OPENMP_ENABLED .else CMAKE_OFF+= OPENMP_ENABLED .endif LDFLAGS+= -Wl,--as-needed # gflags, glu, xi, xmu -OPTIONS_DEFINE= CGAL DOCS SIMD -OPTIONS_DEFAULT= CGAL SIMD +OPTIONS_DEFINE= CGAL ONNX DOCS SIMD +OPTIONS_DEFAULT= CGAL ONNX SIMD CGAL_DESC= Graph-cut on Delaunay triangulation based meshing algorithm CGAL_BUILD_DEPENDS= cgal>0:math/cgal CGAL_LIB_DEPENDS= libgmp.so:math/gmp CGAL_CMAKE_BOOL= CGAL_ENABLED DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \ gmake:devel/gmake sphinx-build:textproc/py-sphinx +ONNX_DESC= Use Open Neural Network Exchange (ONNX) +ONNX_LIB_DEPENDS= libonnxruntime.so:misc/onnxruntime +ONNX_CMAKE_BOOL= ONNX_ENABLED + SIMD_CMAKE_BOOL= SIMD_ENABLED SIMD_CFLAGS_i386= -msse2 SIMD_CFLAGS= ${SIMD_CFLAGS_${ARCH}} post-build-DOCS-on: ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} -C ${WRKSRC}/doc html post-install: ${FIND} ${STAGEDIR}${PREFIX}/include -type d -empty -delete post-install-DOCS-on: (cd ${WRKSRC}/doc/_build/html && ${COPYTREE_SHARE} \ . ${STAGEDIR}${DOCSDIR}) ${RM} ${STAGEDIR}${DOCSDIR}/.buildinfo # https://github.com/colmap/colmap/issues/3021#issuecomment-2536520512 pre-test: @${ECHO_MSG} Expected test suite failures on displayless machines: @${ECHO_MSG} "24 - feature/colmap_feature_sift_test (Subprocess aborted)" @${ECHO_MSG} "88 - util/colmap_util_opengl_utils_test (Subprocess aborted)" .include diff --git a/graphics/colmap/distinfo b/graphics/colmap/distinfo index b8f81fb42106..f76b2b2299a2 100644 --- a/graphics/colmap/distinfo +++ b/graphics/colmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762535298 -SHA256 (colmap-colmap-3.13.0_GH0.tar.gz) = 98a8f8cf6358774be223239a9b034cc9d55bf66c43f54fc6ddea9128a1ee197a -SIZE (colmap-colmap-3.13.0_GH0.tar.gz) = 3622068 +TIMESTAMP = 1774081476 +SHA256 (colmap-colmap-4.0.2_GH0.tar.gz) = d220b54481b08212dcfe9e6deca6e998546a462a80140c3bd4ed9318d8c74482 +SIZE (colmap-colmap-4.0.2_GH0.tar.gz) = 4111050 diff --git a/graphics/colmap/pkg-plist b/graphics/colmap/pkg-plist index 6bc131eca6fc..28fb474eb673 100644 --- a/graphics/colmap/pkg-plist +++ b/graphics/colmap/pkg-plist @@ -1,400 +1,482 @@ bin/colmap include/colmap/controllers/automatic_reconstruction.h +include/colmap/controllers/base_option_manager.h include/colmap/controllers/bundle_adjustment.h include/colmap/controllers/feature_extraction.h include/colmap/controllers/feature_matching.h include/colmap/controllers/feature_matching_utils.h +include/colmap/controllers/global_pipeline.h include/colmap/controllers/hierarchical_pipeline.h include/colmap/controllers/image_reader.h include/colmap/controllers/incremental_pipeline.h +include/colmap/controllers/matcher_cache.h include/colmap/controllers/option_manager.h -include/colmap/estimators/absolute_pose.h -include/colmap/estimators/affine_transform.h +include/colmap/controllers/pairing.h +include/colmap/controllers/reconstruction_clustering.h +include/colmap/controllers/rotation_averaging.h +include/colmap/controllers/undistorters.h include/colmap/estimators/alignment.h include/colmap/estimators/bundle_adjustment.h +include/colmap/estimators/bundle_adjustment_ceres.h include/colmap/estimators/coordinate_frame.h -include/colmap/estimators/cost_functions.h +include/colmap/estimators/cost_functions/alignment.h +include/colmap/estimators/cost_functions/calibration.h +include/colmap/estimators/cost_functions/manifold.h +include/colmap/estimators/cost_functions/motion_averaging.h +include/colmap/estimators/cost_functions/pose_prior.h +include/colmap/estimators/cost_functions/reprojection_error.h +include/colmap/estimators/cost_functions/sampson_error.h +include/colmap/estimators/cost_functions/utils.h include/colmap/estimators/covariance.h -include/colmap/estimators/essential_matrix.h -include/colmap/estimators/essential_matrix_coeffs.h -include/colmap/estimators/essential_matrix_poly.h -include/colmap/estimators/euclidean_transform.h -include/colmap/estimators/fundamental_matrix.h -include/colmap/estimators/generalized_absolute_pose.h include/colmap/estimators/generalized_pose.h -include/colmap/estimators/generalized_relative_pose.h -include/colmap/estimators/homography_matrix.h -include/colmap/estimators/manifold.h +include/colmap/estimators/global_positioning.h +include/colmap/estimators/gravity_refinement.h include/colmap/estimators/pose.h -include/colmap/estimators/similarity_transform.h -include/colmap/estimators/translation_transform.h +include/colmap/estimators/rotation_averaging.h +include/colmap/estimators/rotation_averaging_impl.h +include/colmap/estimators/solvers/absolute_pose.h +include/colmap/estimators/solvers/affine_transform.h +include/colmap/estimators/solvers/essential_matrix.h +include/colmap/estimators/solvers/essential_matrix_coeffs.h +include/colmap/estimators/solvers/essential_matrix_poly.h +include/colmap/estimators/solvers/euclidean_transform.h +include/colmap/estimators/solvers/fundamental_matrix.h +include/colmap/estimators/solvers/generalized_absolute_pose.h +include/colmap/estimators/solvers/generalized_relative_pose.h +include/colmap/estimators/solvers/homography_matrix.h +include/colmap/estimators/solvers/poselib_utils.h +include/colmap/estimators/solvers/similarity_transform.h +include/colmap/estimators/solvers/translation_transform.h include/colmap/estimators/triangulation.h include/colmap/estimators/two_view_geometry.h -include/colmap/estimators/utils.h +include/colmap/estimators/view_graph_calibration.h include/colmap/exe/database.h include/colmap/exe/feature.h include/colmap/exe/gui.h include/colmap/exe/image.h include/colmap/exe/model.h include/colmap/exe/mvs.h include/colmap/exe/sfm.h include/colmap/exe/vocab_tree.h +include/colmap/feature/aliked.h include/colmap/feature/extractor.h include/colmap/feature/index.h include/colmap/feature/matcher.h -include/colmap/feature/pairing.h +include/colmap/feature/onnx_matchers.h +include/colmap/feature/onnx_utils.h +include/colmap/feature/resources.h include/colmap/feature/sift.h include/colmap/feature/types.h include/colmap/feature/utils.h +include/colmap/geometry/bbox.h include/colmap/geometry/essential_matrix.h include/colmap/geometry/gps.h include/colmap/geometry/homography_matrix.h include/colmap/geometry/normalization.h include/colmap/geometry/pose.h include/colmap/geometry/pose_prior.h include/colmap/geometry/rigid3.h include/colmap/geometry/rigid3_matchers.h include/colmap/geometry/sim3.h include/colmap/geometry/sim3_matchers.h include/colmap/geometry/triangulation.h include/colmap/image/line.h include/colmap/image/undistortion.h include/colmap/image/warp.h +include/colmap/math/connected_components.h include/colmap/math/graph_cut.h include/colmap/math/math.h include/colmap/math/matrix.h include/colmap/math/polynomial.h include/colmap/math/random.h +include/colmap/math/spanning_tree.h +include/colmap/math/union_find.h include/colmap/mvs/consistency_graph.h include/colmap/mvs/cuda_flip.h include/colmap/mvs/cuda_rotate.h include/colmap/mvs/cuda_texture.h include/colmap/mvs/cuda_transpose.h include/colmap/mvs/depth_map.h include/colmap/mvs/fusion.h include/colmap/mvs/gpu_mat.h include/colmap/mvs/gpu_mat_prng.h include/colmap/mvs/gpu_mat_ref_image.h include/colmap/mvs/image.h include/colmap/mvs/mat.h +include/colmap/mvs/mesh_simplification.h include/colmap/mvs/meshing.h include/colmap/mvs/model.h include/colmap/mvs/normal_map.h include/colmap/mvs/patch_match.h include/colmap/mvs/patch_match_cuda.h include/colmap/mvs/patch_match_options.h +include/colmap/mvs/texture_mapping.h include/colmap/mvs/workspace.h include/colmap/optim/combination_sampler.h include/colmap/optim/least_absolute_deviations.h include/colmap/optim/loransac.h include/colmap/optim/progressive_sampler.h include/colmap/optim/random_sampler.h include/colmap/optim/ransac.h include/colmap/optim/sampler.h include/colmap/optim/sprt.h include/colmap/optim/support_measurement.h include/colmap/retrieval/geometry.h include/colmap/retrieval/inverted_file.h include/colmap/retrieval/inverted_file_entry.h include/colmap/retrieval/inverted_index.h include/colmap/retrieval/resources.h include/colmap/retrieval/utils.h include/colmap/retrieval/visual_index.h include/colmap/retrieval/vote_and_verify.h include/colmap/scene/camera.h include/colmap/scene/correspondence_graph.h include/colmap/scene/database.h include/colmap/scene/database_cache.h include/colmap/scene/database_sqlite.h include/colmap/scene/frame.h include/colmap/scene/image.h include/colmap/scene/point2d.h include/colmap/scene/point3d.h +include/colmap/scene/pose_graph.h include/colmap/scene/projection.h include/colmap/scene/reconstruction.h +include/colmap/scene/reconstruction_clustering.h include/colmap/scene/reconstruction_io.h include/colmap/scene/reconstruction_io_binary.h include/colmap/scene/reconstruction_io_text.h include/colmap/scene/reconstruction_io_utils.h include/colmap/scene/reconstruction_manager.h include/colmap/scene/reconstruction_matchers.h include/colmap/scene/reconstruction_pruning.h include/colmap/scene/rig.h include/colmap/scene/scene_clustering.h include/colmap/scene/synthetic.h include/colmap/scene/track.h include/colmap/scene/two_view_geometry.h include/colmap/scene/visibility_pyramid.h include/colmap/sensor/bitmap.h include/colmap/sensor/database.h include/colmap/sensor/models.h include/colmap/sensor/rig.h include/colmap/sensor/specs.h +include/colmap/sfm/global_mapper.h include/colmap/sfm/incremental_mapper.h include/colmap/sfm/incremental_mapper_impl.h include/colmap/sfm/incremental_triangulator.h include/colmap/sfm/observation_manager.h include/colmap/thirdparty/LSD/lsd.h include/colmap/thirdparty/PoissonRecon/Allocator.h include/colmap/thirdparty/PoissonRecon/Array.h include/colmap/thirdparty/PoissonRecon/Array.inl include/colmap/thirdparty/PoissonRecon/BSplineData.h include/colmap/thirdparty/PoissonRecon/BSplineData.inl include/colmap/thirdparty/PoissonRecon/BinaryNode.h +include/colmap/thirdparty/PoissonRecon/BlockedVector.h include/colmap/thirdparty/PoissonRecon/CmdLineParser.h include/colmap/thirdparty/PoissonRecon/CmdLineParser.inl +include/colmap/thirdparty/PoissonRecon/DataStream.h +include/colmap/thirdparty/PoissonRecon/DataStream.imp.h +include/colmap/thirdparty/PoissonRecon/DataStream.imp.inl +include/colmap/thirdparty/PoissonRecon/DataStream.inl +include/colmap/thirdparty/PoissonRecon/Extrapolator.h +include/colmap/thirdparty/PoissonRecon/FEMTree.Evaluation.inl +include/colmap/thirdparty/PoissonRecon/FEMTree.Initialize.inl +include/colmap/thirdparty/PoissonRecon/FEMTree.LevelSet.2D.inl +include/colmap/thirdparty/PoissonRecon/FEMTree.LevelSet.3D.inl +include/colmap/thirdparty/PoissonRecon/FEMTree.LevelSet.inl +include/colmap/thirdparty/PoissonRecon/FEMTree.SortedTreeNodes.inl +include/colmap/thirdparty/PoissonRecon/FEMTree.System.inl +include/colmap/thirdparty/PoissonRecon/FEMTree.WeightedSamples.inl +include/colmap/thirdparty/PoissonRecon/FEMTree.h +include/colmap/thirdparty/PoissonRecon/FEMTree.inl include/colmap/thirdparty/PoissonRecon/Factor.h -include/colmap/thirdparty/PoissonRecon/FunctionData.h -include/colmap/thirdparty/PoissonRecon/FunctionData.inl include/colmap/thirdparty/PoissonRecon/Geometry.h include/colmap/thirdparty/PoissonRecon/Geometry.inl -include/colmap/thirdparty/PoissonRecon/Hash.h +include/colmap/thirdparty/PoissonRecon/Image.h +include/colmap/thirdparty/PoissonRecon/JPEG.h +include/colmap/thirdparty/PoissonRecon/JPEG.inl +include/colmap/thirdparty/PoissonRecon/LinearSolvers.h include/colmap/thirdparty/PoissonRecon/MAT.h include/colmap/thirdparty/PoissonRecon/MAT.inl include/colmap/thirdparty/PoissonRecon/MarchingCubes.h -include/colmap/thirdparty/PoissonRecon/MemoryUsage.h -include/colmap/thirdparty/PoissonRecon/MultiGridOctreeData.Evaluation.inl -include/colmap/thirdparty/PoissonRecon/MultiGridOctreeData.IsoSurface.inl -include/colmap/thirdparty/PoissonRecon/MultiGridOctreeData.SortedTreeNodes.inl -include/colmap/thirdparty/PoissonRecon/MultiGridOctreeData.System.inl -include/colmap/thirdparty/PoissonRecon/MultiGridOctreeData.WeightedSamples.inl -include/colmap/thirdparty/PoissonRecon/MultiGridOctreeData.h -include/colmap/thirdparty/PoissonRecon/MultiGridOctreeData.inl -include/colmap/thirdparty/PoissonRecon/MyTime.h -include/colmap/thirdparty/PoissonRecon/Octree.h -include/colmap/thirdparty/PoissonRecon/Octree.inl +include/colmap/thirdparty/PoissonRecon/MergePlyClientServer.h +include/colmap/thirdparty/PoissonRecon/MergePlyClientServer.inl +include/colmap/thirdparty/PoissonRecon/MultiThreading.h +include/colmap/thirdparty/PoissonRecon/MyAtomic.h +include/colmap/thirdparty/PoissonRecon/MyExceptions.h +include/colmap/thirdparty/PoissonRecon/MyMiscellany.h +include/colmap/thirdparty/PoissonRecon/NestedVector.h +include/colmap/thirdparty/PoissonRecon/PNG.h +include/colmap/thirdparty/PoissonRecon/PNG.inl include/colmap/thirdparty/PoissonRecon/PPolynomial.h include/colmap/thirdparty/PoissonRecon/PPolynomial.inl +include/colmap/thirdparty/PoissonRecon/ParameterPack.h include/colmap/thirdparty/PoissonRecon/Ply.h -include/colmap/thirdparty/PoissonRecon/PointStream.h -include/colmap/thirdparty/PoissonRecon/PointStream.inl +include/colmap/thirdparty/PoissonRecon/Ply.inl +include/colmap/thirdparty/PoissonRecon/PlyFile.h +include/colmap/thirdparty/PoissonRecon/PlyFile.inl +include/colmap/thirdparty/PoissonRecon/PointExtent.h +include/colmap/thirdparty/PoissonRecon/PointExtent.inl +include/colmap/thirdparty/PoissonRecon/PointPartition.h +include/colmap/thirdparty/PoissonRecon/PointPartition.inl +include/colmap/thirdparty/PoissonRecon/PointPartitionClientServer.h +include/colmap/thirdparty/PoissonRecon/PointPartitionClientServer.inl +include/colmap/thirdparty/PoissonRecon/PoissonRecon.client.inl include/colmap/thirdparty/PoissonRecon/PoissonRecon.h +include/colmap/thirdparty/PoissonRecon/PoissonRecon.server.inl +include/colmap/thirdparty/PoissonRecon/PoissonReconClientServer.h +include/colmap/thirdparty/PoissonRecon/PoissonReconClientServer.inl include/colmap/thirdparty/PoissonRecon/Polynomial.h include/colmap/thirdparty/PoissonRecon/Polynomial.inl +include/colmap/thirdparty/PoissonRecon/PreProcessor.h +include/colmap/thirdparty/PoissonRecon/Rasterizer.h +include/colmap/thirdparty/PoissonRecon/Rasterizer.inl +include/colmap/thirdparty/PoissonRecon/Reconstructors.h +include/colmap/thirdparty/PoissonRecon/Reconstructors.streams.h +include/colmap/thirdparty/PoissonRecon/RegularGrid.h +include/colmap/thirdparty/PoissonRecon/RegularGrid.inl +include/colmap/thirdparty/PoissonRecon/RegularTree.h +include/colmap/thirdparty/PoissonRecon/RegularTree.inl +include/colmap/thirdparty/PoissonRecon/Socket.h +include/colmap/thirdparty/PoissonRecon/Socket.inl include/colmap/thirdparty/PoissonRecon/SparseMatrix.h include/colmap/thirdparty/PoissonRecon/SparseMatrix.inl +include/colmap/thirdparty/PoissonRecon/SparseMatrixInterface.h +include/colmap/thirdparty/PoissonRecon/SparseMatrixInterface.inl +include/colmap/thirdparty/PoissonRecon/Streams.h include/colmap/thirdparty/PoissonRecon/SurfaceTrimmer.h +include/colmap/thirdparty/PoissonRecon/VertexFactory.h +include/colmap/thirdparty/PoissonRecon/VertexFactory.inl +include/colmap/thirdparty/PoissonRecon/Window.h +include/colmap/thirdparty/PoissonRecon/Window.inl include/colmap/thirdparty/SiftGPU/CLTexImage.h include/colmap/thirdparty/SiftGPU/CuTexImage.h include/colmap/thirdparty/SiftGPU/FrameBufferObject.h include/colmap/thirdparty/SiftGPU/GLTexImage.h include/colmap/thirdparty/SiftGPU/GlobalUtil.h include/colmap/thirdparty/SiftGPU/LiteWindow.h include/colmap/thirdparty/SiftGPU/ProgramCG.h include/colmap/thirdparty/SiftGPU/ProgramCL.h include/colmap/thirdparty/SiftGPU/ProgramCU.h include/colmap/thirdparty/SiftGPU/ProgramGLSL.h include/colmap/thirdparty/SiftGPU/ProgramGPU.h include/colmap/thirdparty/SiftGPU/PyramidCL.h include/colmap/thirdparty/SiftGPU/PyramidCU.h include/colmap/thirdparty/SiftGPU/PyramidGL.h include/colmap/thirdparty/SiftGPU/ShaderMan.h include/colmap/thirdparty/SiftGPU/SiftGPU.h include/colmap/thirdparty/SiftGPU/SiftMatch.h include/colmap/thirdparty/SiftGPU/SiftMatchCU.h include/colmap/thirdparty/SiftGPU/SiftPyramid.h include/colmap/thirdparty/VLFeat/aib.h include/colmap/thirdparty/VLFeat/array.h include/colmap/thirdparty/VLFeat/covdet.h include/colmap/thirdparty/VLFeat/dsift.h include/colmap/thirdparty/VLFeat/fisher.h include/colmap/thirdparty/VLFeat/float.h include/colmap/thirdparty/VLFeat/generic.h include/colmap/thirdparty/VLFeat/getopt_long.h include/colmap/thirdparty/VLFeat/gmm.h include/colmap/thirdparty/VLFeat/heap-def.h include/colmap/thirdparty/VLFeat/hikmeans.h include/colmap/thirdparty/VLFeat/hog.h include/colmap/thirdparty/VLFeat/homkermap.h include/colmap/thirdparty/VLFeat/host.h include/colmap/thirdparty/VLFeat/ikmeans.h include/colmap/thirdparty/VLFeat/imopv.h include/colmap/thirdparty/VLFeat/imopv_sse2.h include/colmap/thirdparty/VLFeat/kdtree.h include/colmap/thirdparty/VLFeat/kmeans.h include/colmap/thirdparty/VLFeat/lbp.h include/colmap/thirdparty/VLFeat/liop.h include/colmap/thirdparty/VLFeat/mathop.h include/colmap/thirdparty/VLFeat/mathop_avx.h include/colmap/thirdparty/VLFeat/mathop_sse2.h include/colmap/thirdparty/VLFeat/mser.h include/colmap/thirdparty/VLFeat/pgm.h include/colmap/thirdparty/VLFeat/qsort-def.h include/colmap/thirdparty/VLFeat/quickshift.h include/colmap/thirdparty/VLFeat/random.h include/colmap/thirdparty/VLFeat/rodrigues.h include/colmap/thirdparty/VLFeat/scalespace.h include/colmap/thirdparty/VLFeat/shuffle-def.h include/colmap/thirdparty/VLFeat/sift.h include/colmap/thirdparty/VLFeat/slic.h include/colmap/thirdparty/VLFeat/stringop.h include/colmap/thirdparty/VLFeat/svm.h include/colmap/thirdparty/VLFeat/svmdataset.h include/colmap/thirdparty/VLFeat/vlad.h include/colmap/ui/automatic_reconstruction_widget.h include/colmap/ui/bundle_adjustment_widget.h include/colmap/ui/colormaps.h include/colmap/ui/database_management_widget.h include/colmap/ui/dense_reconstruction_widget.h include/colmap/ui/feature_extraction_widget.h include/colmap/ui/feature_matching_widget.h include/colmap/ui/image_viewer_widget.h include/colmap/ui/license_widget.h include/colmap/ui/line_painter.h include/colmap/ui/log_widget.h include/colmap/ui/main_window.h include/colmap/ui/match_matrix_widget.h +include/colmap/ui/mesh_painter.h include/colmap/ui/model_viewer_widget.h include/colmap/ui/movie_grabber_widget.h include/colmap/ui/options_widget.h include/colmap/ui/point_painter.h include/colmap/ui/point_viewer_widget.h include/colmap/ui/project_widget.h include/colmap/ui/qt_utils.h include/colmap/ui/reconstruction_manager_widget.h include/colmap/ui/reconstruction_options_widget.h include/colmap/ui/reconstruction_stats_widget.h include/colmap/ui/render_options.h include/colmap/ui/render_options_widget.h include/colmap/ui/thread_control_widget.h include/colmap/ui/triangle_painter.h include/colmap/ui/undistortion_widget.h include/colmap/util/base_controller.h include/colmap/util/cache.h include/colmap/util/controller_thread.h include/colmap/util/cuda.h include/colmap/util/cudacc.h include/colmap/util/eigen_alignment.h include/colmap/util/eigen_matchers.h include/colmap/util/endian.h include/colmap/util/enum_utils.h include/colmap/util/file.h include/colmap/util/glog_macros.h include/colmap/util/logging.h include/colmap/util/misc.h +include/colmap/util/oiio_utils.h include/colmap/util/opengl_utils.h include/colmap/util/ply.h -include/colmap/util/sqlite3_utils.h include/colmap/util/string.h include/colmap/util/testing.h include/colmap/util/threading.h include/colmap/util/timer.h include/colmap/util/types.h include/colmap/util/version.h lib/libcolmap_controllers.a lib/libcolmap_estimators.a +lib/libcolmap_estimators_solvers.a lib/libcolmap_exe.a lib/libcolmap_feature.a lib/libcolmap_feature_types.a lib/libcolmap_geometry.a lib/libcolmap_image.a lib/libcolmap_lsd.a lib/libcolmap_math.a lib/libcolmap_mvs.a lib/libcolmap_optim.a lib/libcolmap_poisson_recon.a lib/libcolmap_retrieval.a lib/libcolmap_scene.a +lib/libcolmap_scene_types.a lib/libcolmap_sensor.a lib/libcolmap_sfm.a lib/libcolmap_sift_gpu.a lib/libcolmap_ui.a lib/libcolmap_util.a lib/libcolmap_vlfeat.a share/applications/COLMAP.desktop +%%DATADIR%%/cmake/FindCHOLMOD.cmake %%DATADIR%%/cmake/FindCryptoPP.cmake %%DATADIR%%/cmake/FindDependencies.cmake -%%DATADIR%%/cmake/FindFreeImage.cmake %%DATADIR%%/cmake/FindGlew.cmake %%DATADIR%%/cmake/FindGlog.cmake %%DATADIR%%/cmake/FindMetis.cmake +%%DATADIR%%/cmake/Findonnxruntime.cmake %%DATADIR%%/colmap-config-version.cmake %%DATADIR%%/colmap-config.cmake %%DATADIR%%/colmap-targets-%%CMAKE_BUILD_TYPE%%.cmake %%DATADIR%%/colmap-targets.cmake %%PORTDOCS%%%%DOCSDIR%%/_images/dense.png %%PORTDOCS%%%%DOCSDIR%%/_images/incremental-sfm.png %%PORTDOCS%%%%DOCSDIR%%/_images/sparse.png %%PORTDOCS%%%%DOCSDIR%%/_sources/bibliography.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/cameras.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/changelog.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/cli.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/concepts.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/contribution.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/database.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/datasets.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/faq.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/features.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/format.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/gui.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/index.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/install.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/legacy.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/license.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/pycolmap/cost_functions.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/pycolmap/index.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/pycolmap/pycolmap.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/rigs.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/tutorial.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_static/_sphinx_javascript_frameworks_compat.js %%PORTDOCS%%%%DOCSDIR%%/_static/basic.css %%PORTDOCS%%%%DOCSDIR%%/_static/css/badge_only.css %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/Roboto-Slab-Bold.woff %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/Roboto-Slab-Bold.woff2 %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/Roboto-Slab-Regular.woff %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/Roboto-Slab-Regular.woff2 %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/fontawesome-webfont.eot %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/fontawesome-webfont.svg %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/fontawesome-webfont.ttf %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/fontawesome-webfont.woff %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/fontawesome-webfont.woff2 %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-bold-italic.woff %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-bold-italic.woff2 %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-bold.woff %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-bold.woff2 %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-normal-italic.woff %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-normal-italic.woff2 %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-normal.woff %%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-normal.woff2 %%PORTDOCS%%%%DOCSDIR%%/_static/css/theme.css %%PORTDOCS%%%%DOCSDIR%%/_static/custom.css %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/_static/documentation_options.js %%PORTDOCS%%%%DOCSDIR%%/_static/file.png %%PORTDOCS%%%%DOCSDIR%%/_static/jquery-3.6.0.js %%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js %%PORTDOCS%%%%DOCSDIR%%/_static/js/badge_only.js %%PORTDOCS%%%%DOCSDIR%%/_static/js/html5shiv-printshiv.min.js %%PORTDOCS%%%%DOCSDIR%%/_static/js/html5shiv.min.js %%PORTDOCS%%%%DOCSDIR%%/_static/js/theme.js %%PORTDOCS%%%%DOCSDIR%%/_static/language_data.js %%PORTDOCS%%%%DOCSDIR%%/_static/minus.png %%PORTDOCS%%%%DOCSDIR%%/_static/plus.png %%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js %%PORTDOCS%%%%DOCSDIR%%/_static/sphinx_highlight.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.13.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/bibliography.html %%PORTDOCS%%%%DOCSDIR%%/cameras.html %%PORTDOCS%%%%DOCSDIR%%/changelog.html %%PORTDOCS%%%%DOCSDIR%%/cli.html %%PORTDOCS%%%%DOCSDIR%%/concepts.html %%PORTDOCS%%%%DOCSDIR%%/contribution.html %%PORTDOCS%%%%DOCSDIR%%/database.html %%PORTDOCS%%%%DOCSDIR%%/datasets.html %%PORTDOCS%%%%DOCSDIR%%/faq.html +%%PORTDOCS%%%%DOCSDIR%%/features.html %%PORTDOCS%%%%DOCSDIR%%/format.html %%PORTDOCS%%%%DOCSDIR%%/genindex.html %%PORTDOCS%%%%DOCSDIR%%/gui.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/install.html %%PORTDOCS%%%%DOCSDIR%%/legacy.html %%PORTDOCS%%%%DOCSDIR%%/license.html %%PORTDOCS%%%%DOCSDIR%%/objects.inv %%PORTDOCS%%%%DOCSDIR%%/pycolmap/cost_functions.html %%PORTDOCS%%%%DOCSDIR%%/pycolmap/index.html %%PORTDOCS%%%%DOCSDIR%%/pycolmap/pycolmap.html %%PORTDOCS%%%%DOCSDIR%%/rigs.html %%PORTDOCS%%%%DOCSDIR%%/search.html %%PORTDOCS%%%%DOCSDIR%%/searchindex.js %%PORTDOCS%%%%DOCSDIR%%/tutorial.html