You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
939 B
49 lines
939 B
{ |
|
"name": "openmvs", |
|
"version": "2.3.0", |
|
"description": "OpenMVS: open Multi-View Stereo reconstruction library", |
|
"homepage": "https://cdcseacave.github.io/openMVS", |
|
"dependencies": [ |
|
"boost-iostreams", |
|
"boost-program-options", |
|
"boost-serialization", |
|
"boost-system", |
|
"boost-throw-exception", |
|
{ |
|
"name": "cgal", |
|
"default-features": false |
|
}, |
|
"eigen3", |
|
"glew", |
|
"glfw3", |
|
"libpng", |
|
{ |
|
"name": "opencv", |
|
"features": [ |
|
"eigen", |
|
"openexr" |
|
] |
|
}, |
|
"opengl", |
|
"tiff", |
|
"vcglib", |
|
"zlib" |
|
], |
|
"features": { |
|
"python": { |
|
"description": "Python bindings for OpenMVS", |
|
"dependencies": [ |
|
"boost-python" |
|
] |
|
}, |
|
"cuda": { |
|
"description": "CUDA support for OpenMVS", |
|
"dependencies": [ |
|
"cuda" |
|
] |
|
}, |
|
"openmp": { |
|
"description": "OpenMP support for OpenMVS" |
|
} |
|
} |
|
}
|
|
|