1 #ifndef GRAYCONV_ITEM_H 2 #define GRAYCONV_ITEM_H 4 #include "core/roviz_item.h" 5 #include "streams/image_m.h" 14 #if ROVIZ_BACKEND == ROVIZ_BACKEND_Dev 24 void thread(
void)
override;
37 #endif // GRAYCONV_ITEM_H
Converts an RGB image to grayscale.
Definition: gray_conv_item.h:12
Base class for all items that use the roviz framework.
Definition: roviz_item.h:43
A portable image class with smart memory management.
Definition: image.h:35
void thread(void) override
Main thread of the item.
Definition: gray_conv_item.cpp:22
void starting(void) override
Called, when the thread is about to start.
Definition: gray_conv_item.cpp:18