Classes | |
struct | LshStats |
POD for stats about an LSH table. More... | |
class | LshTable |
Lsh hash table. More... | |
Typedefs | |
typedef std::vector< FeatureIndex > | Bucket |
A bucket in an LSH table. More... | |
typedef unsigned int | BucketKey |
The id from which we can get a bucket back in an LSH table. More... | |
typedef uint32_t | FeatureIndex |
What is stored in an LSH bucket. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const LshStats &stats) |
Overload the << operator for LshStats. More... | |
typedef std::vector<FeatureIndex> cvflann::lsh::Bucket |
A bucket in an LSH table.
typedef unsigned int cvflann::lsh::BucketKey |
The id from which we can get a bucket back in an LSH table.
typedef uint32_t cvflann::lsh::FeatureIndex |
What is stored in an LSH bucket.
|
inline |
Overload the << operator for LshStats.
out | the streams |
stats | the stats to display |
References cvflann::lsh::LshStats::bucket_size_max_, cvflann::lsh::LshStats::bucket_size_mean_, cvflann::lsh::LshStats::bucket_size_median_, cvflann::lsh::LshStats::bucket_size_min_, cvflann::lsh::LshStats::n_buckets_, and cvflann::lsh::LshStats::size_histogram_.