|
uvgVPCCenc 1.2.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <array>#include <cstdint>#include <vector>#include "uvgformat/uvgFramePayload.hpp"#include "uvgutils/utils.hpp"Go to the source code of this file.
Namespaces | |
| namespace | uvgformat |
Functions | |
| uvgFramePayload | uvgformat::voxelize (const std::vector< std::array< double, 3 > > &rawGeo, const std::vector< uvgutils::VectorN< uint8_t, 3 > > *rawAttr) |
| Voxelize a raw point cloud using the active library parameters (p_). | |