diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index b2dbd366a963..0457ca2324ab 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -1,78 +1,80 @@ PORTNAME= colmap -DISTVERSION= 3.10 -PORTREVISION= 1 +DISTVERSION= 3.11.1 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= libboost_filesystem.so:devel/boost-libs \ +LIB_DEPENDS= libPoseLib.so:graphics/poselib \ + libboost_filesystem.so:devel/boost-libs \ libceres.so:math/ceres-solver \ libflann.so:math/flann \ libfreeimage.so:graphics/freeimage \ libglog.so:devel/glog \ liblz4.so:archivers/liblz4 \ libmetis.so:math/metis USES= cmake:testing compiler:${OPENMP}c++11-lib desktop-file-utils eigen:3 gl \ localbase python:env qt:5 sqlite USE_CXXSTD= c++17 USE_GITHUB= yes USE_GL= gl glew USE_QT= core gui widgets buildtools:build opengl:build qmake:build -CMAKE_OFF= BOOST_STATIC CUDA_ENABLED +CMAKE_OFF= BOOST_STATIC CUDA_ENABLED FETCH_POSELIB CMAKE_TESTING_ON= TESTS_ENABLED LDFLAGS+= -Wl,--as-needed # gflags, glu, xi, xmu OPTIONS_DEFINE= CGAL DOCS OPENMP SIMD OPTIONS_DEFAULT= CGAL OPENMP 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 OPENMP_CMAKE_BOOL= OPENMP_ENABLED .if !exists(/usr/include/omp.h) # XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet OPENMP_VARS= OPENMP=gcc- .endif SIMD_CMAKE_BOOL= SIMD_ENABLED +SIMD_CFLAGS_i386= -msse2 +SIMD_CFLAGS= ${SIMD_CFLAGS_${ARCH}} #post-patch: # XXX math/flann has -DUSE_OPENMP=OFF and lacks tunning: # https://github.com/colmap/colmap/commit/4b594eb85c13 # https://github.com/colmap/colmap/commit/1e9f1f3324cd #.if !defined(DISPLAY) # QApplication # @${REINPLACE_CMD} -e '/opengl_utils_test/d' \ # ${WRKSRC}/src/util/CMakeLists.txt #.endif 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 .include diff --git a/graphics/colmap/distinfo b/graphics/colmap/distinfo index 2d17a0019fbf..65f2c01eccf4 100644 --- a/graphics/colmap/distinfo +++ b/graphics/colmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729071767 -SHA256 (colmap-colmap-3.10_GH0.tar.gz) = 61850f323e201ab6a1abbfb0e4a8b3ba1c4cedbf55e0a5716bdea1df8ae1813a -SIZE (colmap-colmap-3.10_GH0.tar.gz) = 3472972 +TIMESTAMP = 1733745417 +SHA256 (colmap-colmap-3.11.1_GH0.tar.gz) = d2c20729ab5b1198e17725b720128f304f4cfae5c0a8c20d75c0e9c5bdee5860 +SIZE (colmap-colmap-3.11.1_GH0.tar.gz) = 3513052 diff --git a/graphics/colmap/pkg-plist b/graphics/colmap/pkg-plist index 2a6d52ee972e..5d20b23dc333 100644 --- a/graphics/colmap/pkg-plist +++ b/graphics/colmap/pkg-plist @@ -1,368 +1,380 @@ bin/colmap include/colmap/controllers/automatic_reconstruction.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/hierarchical_mapper.h +include/colmap/controllers/hierarchical_pipeline.h include/colmap/controllers/image_reader.h -include/colmap/controllers/incremental_mapper.h +include/colmap/controllers/incremental_pipeline.h include/colmap/controllers/option_manager.h include/colmap/estimators/absolute_pose.h include/colmap/estimators/affine_transform.h include/colmap/estimators/alignment.h include/colmap/estimators/bundle_adjustment.h include/colmap/estimators/coordinate_frame.h include/colmap/estimators/cost_functions.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_absolute_pose_coeffs.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/pose.h include/colmap/estimators/similarity_transform.h include/colmap/estimators/translation_transform.h include/colmap/estimators/triangulation.h include/colmap/estimators/two_view_geometry.h include/colmap/estimators/utils.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/extractor.h +include/colmap/feature/index.h include/colmap/feature/matcher.h include/colmap/feature/pairing.h include/colmap/feature/sift.h include/colmap/feature/types.h include/colmap/feature/utils.h include/colmap/geometry/essential_matrix.h include/colmap/geometry/gps.h include/colmap/geometry/homography_matrix.h include/colmap/geometry/pose.h include/colmap/geometry/rigid3.h include/colmap/geometry/sim3.h include/colmap/geometry/triangulation.h include/colmap/image/line.h include/colmap/image/undistortion.h include/colmap/image/warp.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/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/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/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/utils.h include/colmap/retrieval/visual_index.h include/colmap/retrieval/vote_and_verify.h include/colmap/scene/camera.h include/colmap/scene/camera_rig.h include/colmap/scene/correspondence_graph.h include/colmap/scene/database.h include/colmap/scene/database_cache.h include/colmap/scene/image.h include/colmap/scene/point2d.h include/colmap/scene/point3d.h include/colmap/scene/projection.h include/colmap/scene/reconstruction.h include/colmap/scene/reconstruction_io.h include/colmap/scene/reconstruction_manager.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/specs.h include/colmap/sfm/incremental_mapper.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/CmdLineParser.h include/colmap/thirdparty/PoissonRecon/CmdLineParser.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/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/PPolynomial.h include/colmap/thirdparty/PoissonRecon/PPolynomial.inl include/colmap/thirdparty/PoissonRecon/Ply.h include/colmap/thirdparty/PoissonRecon/PointStream.h include/colmap/thirdparty/PoissonRecon/PointStream.inl include/colmap/thirdparty/PoissonRecon/PoissonRecon.h include/colmap/thirdparty/PoissonRecon/Polynomial.h include/colmap/thirdparty/PoissonRecon/Polynomial.inl include/colmap/thirdparty/PoissonRecon/SparseMatrix.h include/colmap/thirdparty/PoissonRecon/SparseMatrix.inl include/colmap/thirdparty/PoissonRecon/SurfaceTrimmer.h 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/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_to_string.h +include/colmap/util/file.h include/colmap/util/logging.h include/colmap/util/misc.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_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_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/FindDependencies.cmake %%DATADIR%%/cmake/FindFLANN.cmake %%DATADIR%%/cmake/FindFreeImage.cmake %%DATADIR%%/cmake/FindGlew.cmake %%DATADIR%%/cmake/FindGlog.cmake %%DATADIR%%/cmake/FindLZ4.cmake %%DATADIR%%/cmake/FindMetis.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/contribution.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/database.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/datasets.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/faq.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/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/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%%/contribution.html %%PORTDOCS%%%%DOCSDIR%%/database.html %%PORTDOCS%%%%DOCSDIR%%/datasets.html %%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/format.html %%PORTDOCS%%%%DOCSDIR%%/genindex.html %%PORTDOCS%%%%DOCSDIR%%/gui.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/install.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%%/search.html %%PORTDOCS%%%%DOCSDIR%%/searchindex.js %%PORTDOCS%%%%DOCSDIR%%/tutorial.html