a convenience class to create a chain of 2D image filters
More...
#include <mia/2d/filterchain.hh>
a convenience class to create a chain of 2D image filters
This class is used to construct a filter chain from a vector of parameter strings.
Definition at line 39 of file filterchain.hh.
C2DFilterChain::C2DFilterChain |
( |
) | |
|
C2DFilterChain::C2DFilterChain |
( |
const std::vector< const char * > & |
descr) | |
|
Construct the filter chain by using a list of strings that describe the filters to be chained up.
- Parameters
-
bool C2DFilterChain::empty |
( |
) | |
const |
- Returns
- true if the filter chain is empty, false otherwise
run the filter chain on an image
- Parameters
-
- Returns
- filtered image
void C2DFilterChain::push_back |
( |
P2DFilter |
filter) | |
|
Adds a filter at the end of the chain.
- Parameters
-
void C2DFilterChain::push_front |
( |
P2DFilter |
filter) | |
|
Adds a filter at the begin of the chain.
- Parameters
-
The documentation for this class was generated from the following file: