![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <GridSubsampling.h>

Public Member Functions | |
| SampledData () | |
| SampledData (const size_t fdim, const size_t ldim) | |
| void | update_all (const PointXYZ p, std::vector< float >::iterator f_begin, std::vector< int >::iterator l_begin) |
| void | update_features (const PointXYZ p, std::vector< float >::iterator f_begin) |
| void | update_classes (const PointXYZ p, std::vector< int >::iterator l_begin) |
| void | update_points (const PointXYZ p) |
Public Attributes | |
| int | count |
| PointXYZ | point |
| std::vector< float > | features |
| std::vector< std::unordered_map< int, int > > | labels |
Definition at line 17 of file GridSubsampling.h.
|
inline |
Definition at line 31 of file GridSubsampling.h.
References count.
|
inline |
Definition at line 36 of file GridSubsampling.h.
|
inline |
Definition at line 44 of file GridSubsampling.h.
|
inline |
Definition at line 69 of file GridSubsampling.h.
|
inline |
Definition at line 60 of file GridSubsampling.h.
|
inline |
Definition at line 81 of file GridSubsampling.h.
References count.
| int cloudViewer::ml::contrib::SampledData::count |
Definition at line 22 of file GridSubsampling.h.
Referenced by SampledData(), update_all(), update_classes(), update_features(), and update_points().
| std::vector<float> cloudViewer::ml::contrib::SampledData::features |
Definition at line 24 of file GridSubsampling.h.
Referenced by SampledData(), update_all(), and update_features().
| std::vector<std::unordered_map<int, int> > cloudViewer::ml::contrib::SampledData::labels |
Definition at line 25 of file GridSubsampling.h.
Referenced by SampledData(), update_all(), and update_classes().
| PointXYZ cloudViewer::ml::contrib::SampledData::point |
Definition at line 23 of file GridSubsampling.h.