2020-08-07 13:15:45 +08:00
{
"name" : "colmap" ,
2024-08-16 10:03:42 +08:00
"version" : "3.10" ,
2020-08-07 13:15:45 +08:00
"description" : "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. The software is licensed under the new BSD license." ,
"homepage" : "https://colmap.github.io/" ,
"license" : "BSD-3-Clause" ,
2023-10-11 05:59:26 +08:00
"supports" : "(linux | (windows & !static) | osx) & (x86 | x64)" ,
2020-08-07 13:15:45 +08:00
"dependencies" : [
"boost-filesystem" ,
"boost-graph" ,
"boost-program-options" ,
"boost-system" ,
"boost-test" ,
{
"name" : "ceres" ,
"features" : [
"lapack" ,
"suitesparse"
]
} ,
2023-10-11 05:59:26 +08:00
"cgal" ,
2020-08-07 13:15:45 +08:00
"eigen3" ,
2023-03-16 01:34:06 +08:00
"flann" ,
2020-08-07 13:15:45 +08:00
"freeimage" ,
"gflags" ,
"glew" ,
"glog" ,
"qt5-base" ,
2023-03-16 01:34:06 +08:00
"sqlite3" ,
2022-01-07 05:46:36 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2020-08-07 13:15:45 +08:00
] ,
2020-09-15 06:07:02 +08:00
"features" : {
"cuda" : {
2020-08-07 13:15:45 +08:00
"description" : "CUDA support for current compute architecture of this machine." ,
"dependencies" : [
"cuda"
]
} ,
2020-09-15 06:07:02 +08:00
"cuda-redist" : {
2020-08-07 13:15:45 +08:00
"description" : "Redistributable CUDA support for common supported compute architectures." ,
"dependencies" : [
"cuda"
]
} ,
2020-09-15 06:07:02 +08:00
"tests" : {
2023-10-11 05:59:26 +08:00
"description" : "Build all tests." ,
"dependencies" : [
"gtest"
]
2020-08-07 13:15:45 +08:00
}
2020-09-15 06:07:02 +08:00
}
2020-08-07 13:15:45 +08:00
}