#include <boost/filesystem.hpp>
#include "lvr2/reconstruction/cuda/CudaSurface.hpp"
#include "lvr2/geometry/BaseVector.hpp"
#include "lvr2/geometry/HalfEdgeMesh.hpp"
#include "lvr2/reconstruction/PointsetSurface.hpp"
#include "lvr2/reconstruction/AdaptiveKSearchSurface.hpp"
#include "lvr2/reconstruction/FastReconstruction.hpp"
#include "lvr2/reconstruction/PointsetGrid.hpp"
#include "lvr2/reconstruction/BilinearFastBox.hpp"
#include "lvr2/io/ModelFactory.hpp"
#include "lvr2/io/Timestamp.hpp"
#include "lvr2/io/IOUtils.hpp"
#include "Options.hpp"
Go to the source code of this file.
Typedefs | |
using | akSurface = AdaptiveKSearchSurface< Vec > |
using | GpuSurface = CudaSurface |
using | psSurface = PointsetSurface< Vec > |
using | Vec = BaseVector< float > |
Functions | |
void | computeNormals (string filename, cuda_normals::Options &opt, PointBufferPtr &buffer) |
int | main (int argc, char **argv) |
void | reconstructAndSave (PointBufferPtr &buffer, cuda_normals::Options &opt) |
using akSurface = AdaptiveKSearchSurface<Vec> |
Definition at line 58 of file src/tools/lvr2_cuda_normals/Main.cpp.
using GpuSurface = CudaSurface |
Definition at line 60 of file src/tools/lvr2_cuda_normals/Main.cpp.
using psSurface = PointsetSurface<Vec> |
Definition at line 59 of file src/tools/lvr2_cuda_normals/Main.cpp.
using Vec = BaseVector<float> |
Definition at line 57 of file src/tools/lvr2_cuda_normals/Main.cpp.
void computeNormals | ( | string | filename, |
cuda_normals::Options & | opt, | ||
PointBufferPtr & | buffer | ||
) |
Definition at line 63 of file src/tools/lvr2_cuda_normals/Main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 156 of file src/tools/lvr2_cuda_normals/Main.cpp.
void reconstructAndSave | ( | PointBufferPtr & | buffer, |
cuda_normals::Options & | opt | ||
) |
Definition at line 114 of file src/tools/lvr2_cuda_normals/Main.cpp.