ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
flann::lsh Namespace Reference

Classes

struct  LshStats
 
class  LshTable
 

Typedefs

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

Functions

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

Typedef Documentation

◆ Bucket

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

A bucket in an LSH table

Definition at line 71 of file lsh_table.h.

◆ BucketKey

typedef unsigned int flann::lsh::BucketKey

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

Definition at line 67 of file lsh_table.h.

◆ FeatureIndex

typedef uint32_t flann::lsh::FeatureIndex

What is stored in an LSH bucket

Definition at line 64 of file lsh_table.h.

Function Documentation

◆ operator<<()

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

Overload the << operator for LshStats

Parameters
outthe streams
statsthe stats to display
Returns
the streams

Definition at line 96 of file lsh_table.h.