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