Home
last modified time | relevance | path

Searched refs:LshTable (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
Dlsh_index.h114 lsh::LshTable<ElementType>& table = tables_[i]; in buildIndex()
115 table = lsh::LshTable<ElementType>(feature_size_, key_size_); in buildIndex()
270 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors()
271 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors()
308 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors()
309 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors()
341 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors()
342 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors()
368 std::vector<lsh::LshTable<ElementType> > tables_;
Dlsh_table.h130 class LshTable
147 LshTable() in LshTable() function
156 LshTable(unsigned int feature_size, unsigned int key_size) in LshTable() function
344 inline LshTable<unsigned char>::LshTable(unsigned int feature_size, unsigned int subsignature_size) in LshTable() function
385 inline size_t LshTable<unsigned char>::getKey(const unsigned char* feature) const in getKey()
418 inline LshStats LshTable<unsigned char>::getStats() const in getStats()