|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_CARRIER_SEGMENTATION_CONVERTER_H
10 #define YARP_CARRIER_SEGMENTATION_CONVERTER_H
44 std::map<int, rgbColor> colormap;
47 #endif // YARP_CARRIER_SEGMENTATION_CONVERTER_H
A simple collection of objects that can be described and transmitted in a portable way.
void destroy() override
This will be called when the portmonitor object destroyes.
bool setparam(const yarp::os::Property ¶ms) override
This will be called when the portmonitor carrier parameters are set via Yarp admin port.
Base class for generic things.
bool create(const yarp::os::Property &options) override
This will be called when the dll is properly loaded by the portmonitor carrier.
Image class with user control of representation details.
yarp::os::Things & update(yarp::os::Things &thing) override
After data get accpeted in the accept() callback, an instance of that is given to the update function...
bool getparam(yarp::os::Property ¶ms) override
This will be called when the portmonitor carrier parameters are requested via Yarp admin port.
A class for storing options and configuration information.
bool accept(yarp::os::Things &thing) override
This will be called when the data reach the portmonitor object.