#include <opencv2/opencv.hpp>
#include "ros/ros.h"
#include "cv_bridge/cv_bridge.h"
#include "semanticmodel/Segment.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | process (const semanticmodel::SegmentConstPtr &segment) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 15 of file segment_viewer.cc.
void process | ( | const semanticmodel::SegmentConstPtr & | segment | ) |
Definition at line 30 of file segment_viewer.cc.