uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Functions
uvgVPCCencAppExample.cpp File Reference
#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"
Include dependency graph for uvgVPCCencAppExample.cpp:

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.
 

Function Documentation

◆ main()

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.

Parameters
argc
argvApplication command line
Returns

Here is the call graph for this function: