#include "OmniConfig.hh"
#include "OmniAngle.hh"
#include <cv.h>
#include <highgui.h>
Include dependency graph for OmniFastLookupTable.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | OmniFastLookupTable |
Conversion lookup table class. More... | |
struct | OmniFastLookupTable::_image_coord_xy |
struct | OmniFastLookupTable::_omni_bounds |
struct | OmniFastLookupTable::_pano_bounds |
Lookup table for panoramic image. More... | |
Defines | |
#define | OMNI_COORD(theta, radius) omni_bounds.omni_data[theta][radius] |
#define | PANO_COORD(theta, radius) pano_bounds.pano_data[theta][radius] |
#define OMNI_COORD | ( | theta, | |||
radius | ) | omni_bounds.omni_data[theta][radius] |
Definition at line 33 of file OmniFastLookupTable.hh.
Referenced by OmniFastLookupTable::omni2pano().
#define PANO_COORD | ( | theta, | |||
radius | ) | pano_bounds.pano_data[theta][radius] |
Definition at line 36 of file OmniFastLookupTable.hh.
Referenced by OmniFastLookupTable::omni2pano().