OpenCV  3.2.0-dev
Open Source Computer Vision
cvflann::lsh Namespace Reference

Classes

struct  LshStats
 POD for stats about an LSH table. More...
 
class  LshTable
 Lsh hash table. More...
 

Typedefs

typedef std::vector< FeatureIndexBucket
 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 Documentation

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.

Function Documentation

std::ostream& cvflann::lsh::operator<< ( std::ostream &  out,
const LshStats stats 
)
inline