2020-08-07 13:15:45 +08:00
{
"name" : "colmap" ,
2022-03-19 05:46:26 +08:00
"version-date" : "2022-03-14" ,
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" ,
"dependencies" : [
"boost-filesystem" ,
"boost-graph" ,
"boost-program-options" ,
"boost-system" ,
"boost-test" ,
{
"name" : "ceres" ,
"features" : [
"lapack" ,
"suitesparse"
]
} ,
{
"name" : "cgal" ,
"features" : [
"qt"
]
} ,
"eigen3" ,
"freeimage" ,
"gflags" ,
"glew" ,
"glog" ,
"qt5-base" ,
2022-01-07 05:46:36 +08:00
"suitesparse" ,
{
"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" : {
2022-01-27 08:15:59 +08:00
"description" : "Build all tests."
2020-08-07 13:15:45 +08:00
}
2020-09-15 06:07:02 +08:00
}
2020-08-07 13:15:45 +08:00
}