uvgVPCCenc 1.1.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Classes | Enumerations | Variables
statsCollector.hpp File Reference
#include <fstream>
#include <mutex>
#include <string>
#include <cstdint>
#include <vector>
#include <iostream>
Include dependency graph for statsCollector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  uvgVPCCencStats
 
class  StatsCollector
 

Enumerations

enum class  DataId {
  NumberOfPoints , NumberOfVoxels , NumberOfVoxelsRS , SkippedVoxels ,
  NoEdge , IndirectEdge , SingleEdge , MultiEdge ,
  ScoreComputations , NoEdge_R , IndirectEdge_R , SingleEdge_R ,
  MultiEdge_R , PpiChange , NumberOfPatches , NumberOfLostPoints
}
 

Variables

StatsCollectorstats
 

Enumeration Type Documentation

◆ DataId

enum class DataId
strong
Enumerator
NumberOfPoints 
NumberOfVoxels 
NumberOfVoxelsRS 
SkippedVoxels 
NoEdge 
IndirectEdge 
SingleEdge 
MultiEdge 
ScoreComputations 
NoEdge_R 
IndirectEdge_R 
SingleEdge_R 
MultiEdge_R 
PpiChange 
NumberOfPatches 
NumberOfLostPoints 

Variable Documentation

◆ stats

StatsCollector& stats
extern