AprilTags::Gridder< T > Class Template Reference
A lookup table in 2D for implementing nearest neighbor.
More...
#include <Gridder.h>
Detailed Description
template<class T>
class AprilTags::Gridder< T >
A lookup table in 2D for implementing nearest neighbor.
Definition at line 13 of file Gridder.h.
List of all members.
Classes |
| struct | Cell |
| class | Iterator |
| | Iterator for Segment class. More...
|
Public Types |
| typedef Iterator | iterator |
Public Member Functions |
| | Gridder (float x0Arg, float y0Arg, float x1Arg, float y1Arg, float ppCell) |
| | ~Gridder () |
| void | add (float x, float y, T *object) |
| iterator | find (float x, float y, float range) |
Private Member Functions |
| | Gridder (const Gridder &) |
| | don't call
|
| Gridder & | operator= (const Gridder &) |
| | don't call
|
| void | gridderInit (float x0Arg, float y0Arg, float x1Arg, float y1Arg, float ppCell) |
| | Initializes Gridder constructor.
|
Private Attributes |
| float | x0 |
| float | y0 |
| float | x1 |
| float | y1 |
| int | width |
| int | height |
| float | pixelsPerCell |
| std::vector< std::vector< Cell * > > | cells |
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: