#include <MapFunction.h>
Inheritance diagram for Impala::Visualization::VideoSquareMapFunction:
Public Types | |
typedef Core::VideoSet::Segmentation | Segmentation |
Public Member Functions | |
VideoSquareMapFunction (Segmentation *segmentation, int width, int height) | |
virtual void | ShotToXY (int shot, int *x, int *y) |
virtual int | XYToShot (int x, int y) |
virtual int | GetNrShots () |
Private Attributes | |
Segmentation * | mSegmentation |
Definition at line 39 of file MapFunction.h.