|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
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. | |
What the PLY header of an INRIA 3D Gaussian Splatting file says.
Definition at line 30 of file gaussian_splat.hpp.
| std::uint64_t reusex::core::GaussianSplatHeader::gaussian_count = 0 |
Definition at line 31 of file gaussian_splat.hpp.
| 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.