24 #ifndef _FIREVISION_FILTER_ROIDRAW_H_ 25 #define _FIREVISION_FILTER_ROIDRAW_H_ 27 #include <fvfilters/filter.h> 31 namespace firevision {
51 void set_rois(
const std::list<ROI> *rois);
55 void draw_roi(
const ROI *roi);
57 const std::list<ROI> *rois_;
Displays border with inverted Y-value.
Displays border dashed black and color of hint.
FilterROIDraw(const std::list< ROI > *rois=0, border_style_t style=INVERTED)
Constructor.
virtual ~FilterROIDraw()
Destructor.
virtual void apply()
Apply the filter.
border_style_t
Defines the possible border styles to display a ROI.
void set_rois(const std::list< ROI > *rois)
Set ROIs.
void set_style(border_style_t style)
Sets the preferred style.