ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
gaussian_splat.hpp File Reference
#include <cstddef>
#include <cstdint>
#include <string_view>
Include dependency graph for gaussian_splat.hpp:

Go to the source code of this file.

Classes

struct  reusex::core::GaussianSplatHeader
 What the PLY header of an INRIA 3D Gaussian Splatting file says. More...

Namespaces

namespace  reusex
namespace  reusex::core

Functions

GaussianSplatHeader reusex::core::parse_gaussian_splat_ply_header (std::string_view head)
 Parse the PLY header in head and verify it is an INRIA splat file.

Variables

constexpr std::size_t reusex::core::kGaussianSplatHeaderProbeBytes = 64 * 1024
 How many bytes from the head of a file are enough to find end_header.