#include <functional>
#include <vector>
#include <algorithm>
#include <cmath>
#include <limits>
#include <stack>
#include <dlrCommon/exception.h>
Go to the source code of this file.
Classes | |
| class | dlr::computerVision::QuadMapComparator< Type > |
| This class template is used by the QuadMap class template to interact with the data points to be stored in the map. More... | |
| class | dlr::computerVision::QuadMap< Type > |
| This class implements a QuadMap data structure that tessellates 2D space into square regions, and stores an approximately uniform distribution of 2D points in such a way that finding points within the space has complexity approximately logarithmic in the number of points. 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 quadMap.h.
1.5.8