2D Image combiner More...
#include <mia/2d/filter.hh>
Public Types | |
typedef C2DImage | plugin_data |
data type for plug-in serachpath component More... | |
typedef combiner_type | plugin_type |
plug-in type for plug-in serachpath component More... | |
![]() | |
typedef P2DImage | result_type |
defines the return type of the filter function More... | |
Public Member Functions | |
result_type | combine (const C2DImage &a, const C2DImage &b) const |
virtual | ~C2DImageCombiner () |
![]() | |
const char * | get_init_string () const |
void | set_init_string (const char *init) |
void | set_module (PPluginModule module) |
![]() | |
void | add (const char *property) |
Set | get_missing_properties (const CPropertyFlagHolder &testset) const |
bool | has (const char *property) const |
bool | has_all_in (const CPropertyFlagHolder &testset) const |
virtual | ~CPropertyFlagHolder () |
2D Image combiner
A class to provides the base for operations that combine two images to create a new image
Definition at line 132 of file 2d/filter.hh.
data type for plug-in serachpath component
Definition at line 136 of file 2d/filter.hh.
typedef combiner_type C2DImageCombiner::plugin_type |
plug-in type for plug-in serachpath component
Definition at line 138 of file 2d/filter.hh.
|
virtual |
result_type C2DImageCombiner::combine | ( | const C2DImage & | a, |
const C2DImage & | b | ||
) | const |
Combine two images by a given operator
a | |
b |