opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

LshStats Struct Reference

LshStats Struct Reference

POD for stats about an LSH table. More...

#include <lsh_table.h>

Data Fields

std::vector< std::vector
< unsigned int > > 
size_histogram_
 Each contained vector contains three value: beginning/end for interval, number of elements in the bin.

Detailed Description

POD for stats about an LSH table.

Definition at line 82 of file lsh_table.h.


Field Documentation

std::vector<std::vector<unsigned int> > size_histogram_

Each contained vector contains three value: beginning/end for interval, number of elements in the bin.

Definition at line 93 of file lsh_table.h.