POD for stats about an LSH table. More...
#include <opencv2/flann/lsh_table.h>
Public Attributes | |
size_t | bucket_size_max_ |
size_t | bucket_size_mean_ |
size_t | bucket_size_median_ |
size_t | bucket_size_min_ |
size_t | bucket_size_std_dev |
std::vector< unsigned int > | bucket_sizes_ |
size_t | n_buckets_ |
std::vector< std::vector< unsigned int > > | size_histogram_ |
Each contained vector contains three value: beginning/end for interval, number of elements in the bin. More... | |
POD for stats about an LSH table.
size_t cvflann::lsh::LshStats::bucket_size_max_ |
Referenced by cvflann::lsh::LshTable< ElementType >::getStats(), and cvflann::lsh::operator<<().
size_t cvflann::lsh::LshStats::bucket_size_mean_ |
Referenced by cvflann::lsh::LshTable< ElementType >::getStats(), and cvflann::lsh::operator<<().
size_t cvflann::lsh::LshStats::bucket_size_median_ |
Referenced by cvflann::lsh::LshTable< ElementType >::getStats(), and cvflann::lsh::operator<<().
size_t cvflann::lsh::LshStats::bucket_size_min_ |
Referenced by cvflann::lsh::LshTable< ElementType >::getStats(), and cvflann::lsh::operator<<().
size_t cvflann::lsh::LshStats::bucket_size_std_dev |
std::vector<unsigned int> cvflann::lsh::LshStats::bucket_sizes_ |
Referenced by cvflann::lsh::LshTable< ElementType >::getStats().
size_t cvflann::lsh::LshStats::n_buckets_ |
Referenced by cvflann::lsh::LshTable< ElementType >::getStats(), and cvflann::lsh::operator<<().
std::vector<std::vector<unsigned int> > cvflann::lsh::LshStats::size_histogram_ |
Each contained vector contains three value: beginning/end for interval, number of elements in the bin.
Referenced by cvflann::lsh::LshTable< ElementType >::getStats(), and cvflann::lsh::operator<<().