Searched refs:_flann_index (Results 1 – 2 of 2) sorted by relevance
411 flann::Index<flann::L2<double> > * _flann_index; member422 _flann_index = NULL; in ImgData()427 if (_flann_index != NULL) in ~ImgData()429 delete _flann_index; in ~ImgData() local
867 …ioImgInfo._flann_index = new flann::Index<flann::L2<double> > (ioImgInfo._flann_descriptors, flann… in BuildKDTreesInImage()868 ioImgInfo._flann_index->buildIndex(); in BuildKDTreesInImage()889 flann::Index<flann::L2<double> > * index2 = ioMatchData._i2->_flann_index; in FindMatchesInPair()