FilterErosion Class Reference
Morphological erosion. More...
#include <filters/morphology/erosion.h>

Public Member Functions | |
| FilterErosion () | |
| Constructor. | |
| virtual void | apply () |
| Apply the filter. | |
Detailed Description
Morphological erosion.
Definition at line 29 of file erosion.h.
Constructor & Destructor Documentation
| FilterErosion::FilterErosion | ( | ) |
Member Function Documentation
| void FilterErosion::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 46 of file erosion.cpp.
References Filter::dst, Filter::dst_roi, ROI::height, ROI::line_step, ROI::pixel_step, MorphologicalFilter::se, MorphologicalFilter::se_anchor_x, MorphologicalFilter::se_anchor_y, MorphologicalFilter::se_height, MorphologicalFilter::se_width, Filter::src, Filter::src_roi, ROI::start, ROI::width, fawkes::point_t::x, and fawkes::point_t::y.
Referenced by FilterOpening::apply(), FilterGeodesicErosion::apply(), and FilterClosing::apply().
The documentation for this class was generated from the following files:
- src/firevision/filters/morphology/erosion.h
- src/firevision/filters/morphology/erosion.cpp

