OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Overload the << operator for LshStats

Parameters
outthe streams
statsthe stats to display
Returns
the streams