|
uvgVPCCenc 1.1.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <cstdint>#include <vector>#include "patchGeneration/robin_hood.h"#include "utils/utils.hpp"#include "uvgvpcc/uvgvpcc.hpp"Go to the source code of this file.
Classes | |
| struct | VoxelAttribute |
| class | PPISegmenter |
Enumerations | |
| enum class | VoxClass : uint8_t { NO_EDGE = 0x00 , INDIRECT_EDGE = 0x01 , M_DIRECT_EDGE = 0x10 , S_DIRECT_EDGE = 0x11 } |
|
strong |