uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <nanoflann.hpp>
Classes | |
struct | Point |
Public Member Functions | |
size_t | kdtree_get_point_count () const |
T | kdtree_get_pt (const size_t idx, const size_t dim) const |
template<class BBOX > | |
bool | kdtree_get_bbox (BBOX &) const |
Public Attributes | |
std::vector< Point > | pts |
|
inline |
|
inline |
|
inline |
std::vector<Point> PointCloud_Quat< T >::pts |