-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.xml
48 lines (40 loc) · 2.09 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<package format="3">
<name>lvr2</name>
<version>20.11.3</version>
<description>
The Las Vegas Surface Reconstruction Toolkit is an Open Source toolkit to reconstruct triangle meshes from unordered point clouds. It supports the generation of textured models either using colored point clouds or point clouds plus images and according calibration matrices. The LVR toolkit provides an Open Source C++ API for meshing and texture generation as well as an I/O interface to store the generated meshes in different exchange formats including Stanford PLY, Wavefront OBJ and Collada. In contrast to other meshing software, it focuses on reconstruction of large scale environments on city scale from high resolution point clouds.
</description>
<maintainer email="[email protected]">Sebastian Pütz</maintainer>
<maintainer email="[email protected]">Thomas Wiemann</maintainer>
<maintainer email="[email protected]">Alexander Mock</maintainer>
<license>BSD-3-Clause</license>
<url type="website">https://www.las-vegas.uni-osnabrueck.de/</url>
<author email="[email protected]">Thomas Wiemann</author>
<author email="[email protected]">Sebastian Pütz</author>
<author email="[email protected]">Alexander Mock</author>
<author email="[email protected]">Lars Kiesow</author>
<author email="[email protected]">Lukas Kalbertodt</author>
<author email="[email protected]">Tristan Igelbrink</author>
<author email="[email protected]">Johan M. von Behren</author>
<author email="[email protected]">Dominik Feldschnieders</author>
<author email="[email protected]">Alexander Löhr</author>
<buildtool_depend>cmake</buildtool_depend>
<depend>libflann-dev</depend>
<depend>libgsl</depend>
<depend>libgdal-dev</depend>
<depend>eigen</depend>
<depend>ocl-icd-opencl-dev</depend>
<depend>boost</depend>
<depend>glut</depend>
<depend>libxi-dev</depend>
<depend>libxmu-dev</depend>
<depend>libhdf5-dev</depend>
<depend>lz4</depend>
<depend>libopencv-dev</depend>
<depend>yaml-cpp</depend>
<depend>libtiff-dev</depend>
<export>
<build_type>cmake</build_type>
</export>
</package>