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... | |
Public Types inherited from TFilter< P2DImage > | |
| typedef P2DImage | result_type |
| defines the return type of the filter function More... | |
Public Types inherited from CPropertyFlagHolder | |
| typedef std::set< const char * > | Set |
| define the type of the set of flags More... | |
Public Member Functions | |
| result_type | combine (const C2DImage &a, const C2DImage &b) const |
| virtual | ~C2DImageCombiner () |
Public Member Functions inherited from CProductBase | |
| const char * | get_init_string () const |
| void | set_init_string (const char *init) |
| void | set_module (PPluginModule module) |
Public Member Functions inherited from CPropertyFlagHolder | |
| 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 |
1.8.6