1 #ifndef SUBTRACTOR_ITEM_H 2 #define SUBTRACTOR_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;
31 #endif // SUBTRACTOR_ITEM_H void starting(void) override
Called, when the thread is about to start.
Definition: subtractor_item.cpp:19
void thread(void) override
Main thread of the item.
Definition: subtractor_item.cpp:23
Base class for all items that use the roviz framework.
Definition: roviz_item.h:43
Subtracts two images.
Definition: subtractor_item.h:12