4 #include "core/roviz_item.h" 5 #include "streams/image_m.h" 6 #include "opencv2/opencv.hpp" 7 #include "opencv2/imgproc.hpp" 11 #if ROVIZ_BACKEND == ROVIZ_BACKEND_Dev 20 void thread(
void)
override;
25 Trim trim_thres, trim_ratio;
28 #endif // CANNY_ITEM_H
A value that can be trimmed at runtime.
Definition: trim.h:21
Definition: canny_item.h:9
Base class for all items that use the roviz framework.
Definition: roviz_item.h:43
void thread(void) override
Main thread of the item.
Definition: canny_item.cpp:20