ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::core::GaussianSplatHeader Struct Reference

What the PLY header of an INRIA 3D Gaussian Splatting file says. More...

#include <gaussian_splat.hpp>

Public Attributes

std::uint64_t gaussian_count = 0
int sh_degree = 0
 Spherical-harmonic degree, derived from the number of f_rest_* properties: 3 * ((degree + 1)^2 - 1) of them.

Detailed Description

What the PLY header of an INRIA 3D Gaussian Splatting file says.

Definition at line 30 of file gaussian_splat.hpp.

Member Data Documentation

◆ gaussian_count

std::uint64_t reusex::core::GaussianSplatHeader::gaussian_count = 0

Definition at line 31 of file gaussian_splat.hpp.

◆ sh_degree

int reusex::core::GaussianSplatHeader::sh_degree = 0

Spherical-harmonic degree, derived from the number of f_rest_* properties: 3 * ((degree + 1)^2 - 1) of them.

Definition at line 34 of file gaussian_splat.hpp.


The documentation for this struct was generated from the following file: