Fawkes API
Fawkes Development Version
erosion.h
1
2
/***************************************************************************
3
* erosion.h - header for morphological erosion filter
4
*
5
* Created: Fri May 26 12:12:39 2006
6
* Copyright 2005-2012 Tim Niemueller [www.niemueller.de]
7
****************************************************************************/
8
9
/* This program is free software; you can redistribute it and/or modify
10
* it under the terms of the GNU General Public License as published by
11
* the Free Software Foundation; either version 2 of the License, or
12
* (at your option) any later version. A runtime exception applies to
13
* this software (see LICENSE.GPL_WRE file mentioned below for details).
14
*
15
* This program is distributed in the hope that it will be useful,
16
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
* GNU Library General Public License for more details.
19
*
20
* Read the full text in the LICENSE.GPL_WRE file in the doc directory.
21
*/
22
23
#ifndef __FIREVISION_FILTER_MORPHOLOGY_EROSION_H_
24
#define __FIREVISION_FILTER_MORPHOLOGY_EROSION_H_
25
26
#include <fvfilters/morphology/morphologicalfilter.h>
27
28
namespace
firevision
{
29
#if 0
/* just to make Emacs auto-indent happy */
30
}
31
#endif
32
33
class
FilterErosion
:
public
MorphologicalFilter
34
{
35
public
:
36
FilterErosion
();
37
38
virtual
void
apply
();
39
};
40
41
}
// end namespace firevision
42
43
#endif
firevision::FilterErosion::apply
virtual void apply()
Apply the filter.
Definition:
erosion.cpp:60
firevision
Definition:
vision_master.h:32
firevision::MorphologicalFilter
Morphological filter interface.
Definition:
morphologicalfilter.h:37
firevision::FilterErosion
Morphological erosion.
Definition:
erosion.h:33
firevision::FilterErosion::FilterErosion
FilterErosion()
Constructor.
Definition:
erosion.cpp:53
src
libs
fvfilters
morphology
erosion.h
Generated by
1.8.13