OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cvflann::lsh::LshStats Struct Reference

POD for stats about an LSH table. More...

#include <opencv2/flann/lsh_table.h>

Collaboration diagram for cvflann::lsh::LshStats:

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...
 

Detailed Description

POD for stats about an LSH table.

Member Data Documentation

◆ bucket_size_max_

size_t cvflann::lsh::LshStats::bucket_size_max_

◆ bucket_size_mean_

size_t cvflann::lsh::LshStats::bucket_size_mean_

◆ bucket_size_median_

size_t cvflann::lsh::LshStats::bucket_size_median_

◆ bucket_size_min_

size_t cvflann::lsh::LshStats::bucket_size_min_

◆ bucket_size_std_dev

size_t cvflann::lsh::LshStats::bucket_size_std_dev

◆ bucket_sizes_

std::vector<unsigned int> cvflann::lsh::LshStats::bucket_sizes_

◆ n_buckets_

size_t cvflann::lsh::LshStats::n_buckets_

◆ size_histogram_

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<<().


The documentation for this struct was generated from the following file: