Or filter. More...
#include <filters/or.h>

Public Member Functions | |
| FilterOr () | |
| Constructor. | |
| virtual void | apply () |
| Apply the filter. | |
Or filter.
Definition at line 38 of file or.h.
| void firevision::FilterOr::apply | ( | ) | [virtual] |
Apply the filter.
Apply the filter to the given source and destination buffers with given width and height and orientation (ori may be ignored for some filters).
Implements firevision::Filter.
Definition at line 49 of file or.cpp.
References firevision::Filter::dst, firevision::Filter::dst_roi, firevision::ROI::height, firevision::ROI::line_step, firevision::ROI::pixel_step, firevision::Filter::src, firevision::Filter::src_roi, firevision::ROI::start, firevision::ROI::width, fawkes::point_t::x, and fawkes::point_t::y.
1.6.1