Fawkes API
Fawkes Development Version
|
24 #ifndef _FIREVISION_FILTER_ROIDRAW_H_
25 #define _FIREVISION_FILTER_ROIDRAW_H_
27 #include <fvfilters/filter.h>
31 namespace firevision {
36 class FilterROIDraw :
public Filter
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.
border_style_t
Defines the possible border styles to display a ROI.
FilterROIDraw(const std::list< ROI > *rois=0, border_style_t style=INVERTED)
Constructor.
virtual ~FilterROIDraw()
Destructor.
void set_style(border_style_t style)
Sets the preferred style.
void set_rois(const std::list< ROI > *rois)
Set ROIs.
Displays border dashed black and color of hint.