24 #ifndef __FIREVISION_FILTER_ROIDRAW_H_ 25 #define __FIREVISION_FILTER_ROIDRAW_H_ 27 #include <fvfilters/filter.h> 53 void set_rois(
const std::list<ROI> *rois);
57 void draw_roi(
const ROI *roi);
59 const std::list<ROI> *__rois;
61 border_style_t __border_style;
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.