3dpcp/manifest.xml

22 lines
1 KiB
XML
Raw Normal View History

2012-09-16 12:33:11 +00:00
<package>
<description brief="slam6d">
Slam6D - This project consists of a software to register 3D point clouds
into a common coordinate system, as well as a viewer to display the szene.
For the registration, different ICP minimizing algorithms can be chosen,
as well as global relaxation methods, aiming at generating an overall
globally consistent szene. Several formats for the point clouds are
supported, new formats can be implemented easily.
</description>
<author>Andreas Nuechter, Kai Lingemann, Jochen Sprickerhof, Dorit Borrmann, Jan Elseberg</author>
<license>GPL</license>
<review status="unreviewed" notes="Still under development."/>
<url>https://slam6d.svn.sourceforge.net/svnroot/slam6d</url>
<export>
<cpp cflags="-I${prefix}/3rdparty/ -I${prefix}/include -I${prefix}/3rdparty/ann_1.1.1_modified/include/ -DMAX_OPENMP_NUM_THREADS=8 -DOPENMP_NUM_THREADS=8 -DOPENMP "
lflags="-Wl,-rpath,${prefix}/lib -lslam -L${prefix}/lib/ -lnewmat_s -fopenmp"/>
</export>
</package>