ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
TrainingViews.hpp File Reference
#include <Eigen/Core>
#include <opencv2/core.hpp>
#include <cstddef>
#include <string>
#include <vector>
Include dependency graph for TrainingViews.hpp:

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< TrainingViewreusex::gsplat::load_training_views (const ProjectDB &db, const TrainingViewOptions &opt={})
 Load posed training views from a project.