|
uvgVPCCenc 1.2.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <cstddef>#include <memory>#include <string>#include "uvgformat/uvgFramePayload.hpp"#include "uvgformat/uvgFrame.hpp"Go to the source code of this file.
Namespaces | |
| namespace | uvgformat |
| namespace | uvgformat::API |
Functions | |
| void | uvgformat::API::setParameter (const std::string &name, const std::string &value) |
| Stage a parameter value. Must be called before initializeFormat(). | |
| void | uvgformat::API::initializeFormat () |
| Finalize the parameter map and apply all staged values. Must be called once before loadPly(). | |
| std::shared_ptr< uvgFrame > | uvgformat::API::loadPly (const std::string &filePath, size_t frameNumber) |
| Load a point cloud frame from a PLY file. | |