OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs | Functions
lsh_table.h File Reference
#include <algorithm>
#include <iostream>
#include <iomanip>
#include <limits.h>
#include <map>
#include <math.h>
#include <stddef.h>
#include "dynamic_bitset.h"
#include "matrix.h"

Classes

struct  cvflann::lsh::LshStats
 
class  cvflann::lsh::LshTable< ElementType >
 

Namespaces

 cvflann
 
 cvflann::lsh
 

Macros

#define USE_UNORDERED_MAP   0
 

Typedefs

typedef std::vector< FeatureIndex > cvflann::lsh::Bucket
 
typedef unsigned int cvflann::lsh::BucketKey
 
typedef uint32_t cvflann::lsh::FeatureIndex
 

Functions

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

Macro Definition Documentation

#define USE_UNORDERED_MAP   0