|
#include <RobotAPI/components/EarlyVisionGraph/GraphPyramidLookupTable.h>
Public Member Functions | |
void | buildLookupTable (CSphericalGraph *pGraph) |
CGraphPyramidLookupTable (int nMaxZenithBins, int nMaxAzimuthBins) | |
int | getClosestNode (Eigen::Vector3d position) |
int | getClosestNode (TSphereCoord position) |
~CGraphPyramidLookupTable () | |
Definition at line 22 of file GraphPyramidLookupTable.h.
CGraphPyramidLookupTable | ( | int | nMaxZenithBins, |
int | nMaxAzimuthBins | ||
) |
Definition at line 21 of file GraphPyramidLookupTable.cpp.
Definition at line 46 of file GraphPyramidLookupTable.cpp.
void buildLookupTable | ( | CSphericalGraph * | pGraph | ) |
Definition at line 58 of file GraphPyramidLookupTable.cpp.
int getClosestNode | ( | Eigen::Vector3d | position | ) |
Definition at line 70 of file GraphPyramidLookupTable.cpp.
int getClosestNode | ( | TSphereCoord | position | ) |
Definition at line 78 of file GraphPyramidLookupTable.cpp.