|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "reusex/segmentation/Surfel.hpp"#include <optional>
Go to the source code of this file.
Classes | |
| struct | reusex::geometry::SurfelExtractionParams |
| Parameters controlling per-frame surfel extraction (back-projection + normal estimation) used by the registration pipeline. More... | |
Namespaces | |
| namespace | reusex |
| namespace | reusex::geometry |
Functions | |
| std::optional< FrameSurfels > | reusex::geometry::extract_frame_surfels (ProjectDB &db, int node_id, const SurfelExtractionParams ¶ms) |
| Back-project one sensor frame into an optical-frame surfel set and seed its world pose from the stored transform and local (optical->sensor) transform. | |