|
#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 23 of file GraphPyramidLookupTable.h.
CGraphPyramidLookupTable | ( | int | nMaxZenithBins, |
int | nMaxAzimuthBins | ||
) |
Definition at line 23 of file GraphPyramidLookupTable.cpp.
Definition at line 47 of file GraphPyramidLookupTable.cpp.
void buildLookupTable | ( | CSphericalGraph * | pGraph | ) |
Definition at line 60 of file GraphPyramidLookupTable.cpp.
int getClosestNode | ( | Eigen::Vector3d | position | ) |
Definition at line 73 of file GraphPyramidLookupTable.cpp.
int getClosestNode | ( | TSphereCoord | position | ) |
Definition at line 82 of file GraphPyramidLookupTable.cpp.