quadMap.h File Reference

Header file declaring a class implementing a KD-Tree data structure. More...

#include <functional>
#include <vector>
#include <algorithm>
#include <cmath>
#include <limits>
#include <stack>
#include <dlrCommon/exception.h>

Include dependency graph for quadMap.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.


Detailed Description

Header file declaring a class implementing a KD-Tree data structure.

Copyright (C) 2009 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.

Revision
Date

Definition in file quadMap.h.


Generated on Wed Nov 25 12:15:07 2009 for dlrComputerVision Utility Library by  doxygen 1.5.8