FilterInvert Class Reference

Inversion filter. More...

#include <filters/invert.h>

Inheritance diagram for FilterInvert:

List of all members.


Public Member Functions

 FilterInvert ()
 Constructor.
virtual void apply ()
 Apply the filter.

Detailed Description

Inversion filter.

This will invert the given image.

Author:
Tim Niemueller

Definition at line 29 of file invert.h.


Constructor & Destructor Documentation

FilterInvert::FilterInvert (  ) 

Constructor.

Definition at line 37 of file invert.cpp.


Member Function Documentation

void FilterInvert::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 Filter.

Definition at line 44 of file invert.cpp.

References Filter::dst, Filter::dst_roi, ROI::height, ROI::image_height, ROI::image_width, ROI::line_step, ROI::pixel_step, Filter::src, Filter::src_roi, ROI::start, ROI::width, fawkes::point_t::x, and fawkes::point_t::y.


The documentation for this class was generated from the following files: