#include "LargeScaleOptions.hpp"
#include "lvr2/reconstruction/LargeScaleReconstruction.hpp"
#include "lvr2/algorithm/GeometryAlgorithms.hpp"
#include <algorithm>
#include <iostream>
#include "lvr2/geometry/BaseVector.hpp"
#include "lvr2/config/lvropenmp.hpp"
#include <random>
#include <string>
#include <lvr2/io/hdf5/ScanIO.hpp>
#include <boost/filesystem.hpp>
#include "lvr2/io/hdf5/HDF5FeatureBase.hpp"
#include "lvr2/io/hdf5/ScanProjectIO.hpp"
#include "lvr2/io/ScanIOUtils.hpp"
Go to the source code of this file.
Typedefs | |
using | BaseHDF5IO = lvr2::Hdf5IO<> |
using | HDF5IO = BaseHDF5IO::AddFeatures< lvr2::hdf5features::ScanProjectIO > |
using | Vec = lvr2::BaseVector< float > |
Functions | |
int | main (int argc, char **argv) |
using BaseHDF5IO = lvr2::Hdf5IO<> |
Definition at line 65 of file src/tools/lvr2_largescale_reconstruct/Main.cpp.
Definition at line 68 of file src/tools/lvr2_largescale_reconstruct/Main.cpp.
using Vec = lvr2::BaseVector<float> |
Definition at line 62 of file src/tools/lvr2_largescale_reconstruct/Main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 70 of file src/tools/lvr2_largescale_reconstruct/Main.cpp.