![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <lsh_table.h>
Public Attributes | |
| std::vector< unsigned int > | bucket_sizes_ |
| size_t | n_buckets_ |
| size_t | bucket_size_mean_ |
| size_t | bucket_size_median_ |
| size_t | bucket_size_min_ |
| size_t | bucket_size_max_ |
| size_t | bucket_size_std_dev |
| std::vector< std::vector< unsigned int > > | size_histogram_ |
POD for stats about an LSH table
Definition at line 77 of file lsh_table.h.
| size_t flann::lsh::LshStats::bucket_size_max_ |
Definition at line 84 of file lsh_table.h.
Referenced by flann::lsh::LshTable< ElementType >::getStats().
| size_t flann::lsh::LshStats::bucket_size_mean_ |
Definition at line 81 of file lsh_table.h.
Referenced by flann::lsh::LshTable< ElementType >::getStats().
| size_t flann::lsh::LshStats::bucket_size_median_ |
Definition at line 82 of file lsh_table.h.
Referenced by flann::lsh::LshTable< ElementType >::getStats().
| size_t flann::lsh::LshStats::bucket_size_min_ |
Definition at line 83 of file lsh_table.h.
Referenced by flann::lsh::LshTable< ElementType >::getStats().
| size_t flann::lsh::LshStats::bucket_size_std_dev |
Definition at line 85 of file lsh_table.h.
| std::vector<unsigned int> flann::lsh::LshStats::bucket_sizes_ |
Definition at line 79 of file lsh_table.h.
Referenced by flann::lsh::LshTable< ElementType >::getStats().
| size_t flann::lsh::LshStats::n_buckets_ |
Definition at line 80 of file lsh_table.h.
Referenced by flann::lsh::LshTable< ElementType >::getStats().
| std::vector<std::vector<unsigned int> > flann::lsh::LshStats::size_histogram_ |
Each contained vector contains three value: beginning/end for interval, number of elements in the bin
Definition at line 88 of file lsh_table.h.
Referenced by flann::lsh::LshTable< ElementType >::getStats().