4 #include "core/roviz_item.h" 5 #include "config/file_path.h" 6 #include "config/config.h" 7 #include "streams//image_m.h" 8 #include "opencv2/opencv.hpp" 9 #include "opencv2/imgproc.hpp" 14 #if ROVIZ_BACKEND == ROVIZ_BACKEND_Dev 23 void thread(
void)
override;
void thread(void) override
Main thread of the item.
Definition: tig_item.cpp:24
Definition: tig_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