Classes | |
struct | LshStats |
class | LshTable |
Typedefs | |
typedef uint32_t | FeatureIndex |
typedef unsigned int | BucketKey |
typedef std::vector< FeatureIndex > | Bucket |
Functions | |
std::ostream & | operator<< (std::ostream &out, const LshStats &stats) |
typedef uint32_t cvflann::lsh::FeatureIndex |
What is stored in an LSH bucket
typedef unsigned int cvflann::lsh::BucketKey |
The id from which we can get a bucket back in an LSH table
typedef std::vector<FeatureIndex> cvflann::lsh::Bucket |
A bucket in an LSH table
std::ostream& cvflann::lsh::operator<< | ( | std::ostream & | out, |
const LshStats & | stats | ||
) |
Overload the << operator for LshStats
out | the streams |
stats | the stats to display |