OpenCV  4.1.0
Open Source Computer Vision
Classes | Typedefs | Functions
cvflann::lsh Namespace Reference

Classes

struct  LshStats
 
class  LshTable
 

Typedefs

typedef std::vector< FeatureIndexBucket
 
typedef unsigned int BucketKey
 
typedef uint32_t FeatureIndex
 

Functions

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

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

Overload the << operator for LshStats

Parameters
outthe streams
statsthe stats to display
Returns
the streams