|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <Eigen/Core>#include <opencv2/core.hpp>#include <cstddef>#include <string>#include <vector>
Go to the source code of this file.
Classes | |
| struct | reusex::gsplat::TrainingView |
| One posed training image for the Gaussian-splatting optimizer. More... | |
| struct | reusex::gsplat::TrainingViewOptions |
| Selection and preprocessing knobs for building the training set. More... | |
Namespaces | |
| namespace | reusex |
| namespace | reusex::gsplat |
Functions | |
| std::vector< TrainingView > | reusex::gsplat::load_training_views (const ProjectDB &db, const TrainingViewOptions &opt={}) |
| Load posed training views from a project. | |