uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <array>
#include <cstddef>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <exception>
#include <fstream>
#include <iostream>
#include <sstream>
#include <iterator>
#include <memory>
#include <regex>
#include <semaphore>
#include <csignal>
#include <span>
#include <stdexcept>
#include <string>
#include <thread>
#include <utility>
#include <vector>
#include "cli.hpp"
#include "extras/miniply.h"
#include "uvgvpcc/log.hpp"
#include "uvgvpcc/uvgvpcc.hpp"
Functions | |
int | main (const int argc, const char *const argv[]) |
This example application offers a simple approach to working with the uvgVPCCenc library and highlights the essential setup steps required for its use. | |
int main | ( | const int | argc, |
const char *const | argv[] | ||
) |
This example application offers a simple approach to working with the uvgVPCCenc library and highlights the essential setup steps required for its use.
argc | |
argv | Application command line |