Header for the classification window. More...
#include <QtGui/QMainWindow>
#include <sensor_msgs/Image.h>
#include <color_table/common.h>
#include "ui_classification_window.h"
Go to the source code of this file.
Classes | |
class | color_table::ClassificationWindow |
The Classification Window is the user's interface to assign lookup values for the color table. More... | |
Namespaces | |
namespace | color_table |
Typedefs | |
typedef Rgb | color_table::RgbImage [IMAGE_HEIGHT][IMAGE_WIDTH] |
typedef uint8_t | color_table::SegImage [IMAGE_HEIGHT][IMAGE_WIDTH] |
Enumerations | |
enum | color_table::ClickMode { color_table::ADD, color_table::DELETE } |
enum | color_table::Image { color_table::RGB, color_table::SEG } |
Header for the classification window.
License: Modified BSD License
$ Id: 08/10/2011 03:09:11 PM piyushk $
Definition in file classification_window.h.