conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
918 stars 1.65k forks source link

[request] colmap #23744

Open RubenRBS opened 2 months ago

RubenRBS commented 2 months ago

Package Name/Version

colmap

Webpage

https://github.com/colmap/colmap

Source code

https://github.com/colmap/colmap

Description of the library/tool

COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface. It offers a wide range of features for reconstruction of ordered and unordered image collections.

Got it requested in-person in Using cpp::std conference

valgur commented 2 months ago

This is the package that I have actually been working towards with quite a few of my PRs!

What's still missing are:

  1. Improved OpenMP support for SuiteSparse: #22353
  2. SuiteSparse CHOLMOD support: #23553
  3. CHOLMOD support in Ceres for COLMAP: #23815

Ultimately would like to have better CUDA integration and support on CCI as well, which would help a lot with this package.

RubenRBS commented 2 months ago

That's great to hear, I'll try to prioritize those PRs next week then :)

SpaceIm commented 2 months ago

duplicate of https://github.com/conan-io/conan-center-index/issues/4568 ;)