#include <functional>
#include <vector>
#include <algorithm>
#include <cmath>
#include <limits>
#include <stack>
Go to the source code of this file.
Classes | |
| class | dlr::computerVision::KDComparator< Dimension, Type > |
| This class template is used by the KDTree class template to interact with the data points to be stored in the KD-Tree. More... | |
| class | dlr::computerVision::KDTree< Dimension, Type > |
| This class implements a basic KD-Tree data structure. More... | |
Namespaces | |
| namespace | dlr::computerVision |
| This namespace is still in the early stages of development. | |
Copyright (C) 2009 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file kdTree.h.
1.5.8