2020-08-07 13:15:45 +08:00
{
"name" : "colmap" ,
"version-string" : "3.6" ,
2021-01-28 10:18:22 +08:00
"port-version" : 1 ,
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-regex" ,
"boost-system" ,
"boost-test" ,
{
"name" : "ceres" ,
"features" : [
"lapack" ,
"suitesparse"
]
} ,
{
"name" : "cgal" ,
"features" : [
"qt"
]
} ,
"eigen3" ,
"freeimage" ,
"gflags" ,
"glew" ,
"glog" ,
"qt5-base" ,
"suitesparse"
] ,
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" : {
2020-08-07 13:15:45 +08:00
"description" : "Enable TESTS."
}
2020-09-15 06:07:02 +08:00
}
2020-08-07 13:15:45 +08:00
}