Classes | |
| class | ClassificationWindow |
| The Classification Window is the user's interface to assign lookup values for the color table. More... | |
| class | ImageWidget |
| ImageWidget adds additional functionality to a standard widget such as obtaining mouse click events and easy repaint. More... | |
| class | MainWindow |
| MainWindow opens up bag files and selects the frame of interst. More... | |
| struct | Rgb |
| struct | Yuv |
Typedefs | |
| typedef uint8_t | ColorTable [128][128][128] |
| typedef Rgb | RgbImage [IMAGE_HEIGHT][IMAGE_WIDTH] |
| typedef uint8_t | SegImage [IMAGE_HEIGHT][IMAGE_WIDTH] |
Enumerations | |
| enum | ClickMode { ADD, DELETE } |
| enum | Color { UNDEFINED, ORANGE, PINK, BLUE, GREEN, WHITE, YELLOW, NUM_COLORS } |
| enum | Image { RGB, SEG } |
Variables | |
| const unsigned int | IMAGE_HEIGHT = 480 |
| const unsigned int | IMAGE_WIDTH = 640 |
| typedef uint8_t color_table::ColorTable[128][128][128] |
| typedef Rgb color_table::RgbImage[IMAGE_HEIGHT][IMAGE_WIDTH] |
Definition at line 25 of file classification_window.h.
| typedef uint8_t color_table::SegImage[IMAGE_HEIGHT][IMAGE_WIDTH] |
Definition at line 26 of file classification_window.h.
Definition at line 33 of file classification_window.h.
| enum color_table::Color |
| enum color_table::Image |
Definition at line 28 of file classification_window.h.
| const unsigned int color_table::IMAGE_HEIGHT = 480 |
| const unsigned int color_table::IMAGE_WIDTH = 640 |