{ "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" } } }