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

◆ Bucket

typedef std::vector<FeatureIndex> cvflann::lsh::Bucket

A bucket in an LSH table.

◆ BucketKey

typedef unsigned int cvflann::lsh::BucketKey

The id from which we can get a bucket back in an LSH table.

◆ FeatureIndex

typedef uint32_t cvflann::lsh::FeatureIndex

What is stored in an LSH bucket.

Function Documentation

◆ operator<<()

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