Classes | Typedefs | Enumerations | Variables
color_table Namespace Reference

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 Documentation

typedef uint8_t color_table::ColorTable[128][128][128]

Definition at line 33 of file common.h.

Definition at line 25 of file classification_window.h.

Definition at line 26 of file classification_window.h.


Enumeration Type Documentation

Enumerator:
ADD 
DELETE 

Definition at line 33 of file classification_window.h.

Enumerator:
UNDEFINED 
ORANGE 
PINK 
BLUE 
GREEN 
WHITE 
YELLOW 
NUM_COLORS 

Definition at line 35 of file common.h.

Enumerator:
RGB 
SEG 

Definition at line 28 of file classification_window.h.


Variable Documentation

const unsigned int color_table::IMAGE_HEIGHT = 480

Definition at line 46 of file common.h.

const unsigned int color_table::IMAGE_WIDTH = 640

Definition at line 47 of file common.h.



color_table
Author(s): Piyush Khandelwal
autogenerated on Mon Jan 6 2014 11:54:34