Filter to create composite image from multiple source images. More...
#include <spatmod/imagefiltercomposite.h>

Public Member Functions | |
| FILTER_COMPOSITE (STAGE_ARRAY &PreviousStages, bool TakeOwnership, PIXEL::TYPE PixelType=PIXEL::TYPE_Invalid) | |
| virtual | ~FILTER_COMPOSITE () |
Filter to create composite image from multiple source images.
If any source stage has a pixel type of Indexed it will be converted to non-indexed (using FILTER_DEINDEX).
| SPATMOD::IMAGE::FILTER_COMPOSITE::FILTER_COMPOSITE | ( | STAGE_ARRAY & | PreviousStages, | |
| bool | TakeOwnership, | |||
| PIXEL::TYPE | PixelType = PIXEL::TYPE_Invalid | |||
| ) |
Construct using array of previous stage pointers and common ownership.
All previous stages must have same total dimensions. If pixel type is specified it must be appropriate for final number of samples or error will be returned from Initialize.
| PreviousStages | Array of previous stages | |
| TakeOwnership | Filter takes ownership of previous stages and will delete when needed | |
| PixelType | Pixel type override, TYPE_Invalid to determine automatically |
| virtual SPATMOD::IMAGE::FILTER_COMPOSITE::~FILTER_COMPOSITE | ( | ) | [virtual] |
1.6.1