Filter to apply mask to image "validity". More...
#include <spatmod/imagefiltermaskvalidity.h>

Public Member Functions | |
| FILTER_MASKVALIDITY (STAGE *pSourceImage, bool TakeOwnershipSource, STAGE *pMaskImage, bool TakeOwnershipMask) | |
| virtual | ~FILTER_MASKVALIDITY () |
Filter to apply mask to image "validity".
Both source and mask images must have the same dimensions. The mask image must have a single sample per pixel. The georeference from the first source that has any will be used. Invalid or zero mask pixels will result in invalid result pixels, otherwise validity will be left unchanged.
| SPATMOD::IMAGE::FILTER_MASKVALIDITY::FILTER_MASKVALIDITY | ( | STAGE * | pSourceImage, | |
| bool | TakeOwnershipSource, | |||
| STAGE * | pMaskImage, | |||
| bool | TakeOwnershipMask | |||
| ) |
Constructor.
| pSourceImage | Source image stage | |
| TakeOwnershipSource | Filter takes ownership of source image | |
| pMaskImage | Mask, must have single component sample | |
| TakeOwnershipMask | Filter takes ownership of mask stage and will delete when needed |
| virtual SPATMOD::IMAGE::FILTER_MASKVALIDITY::~FILTER_MASKVALIDITY | ( | ) | [virtual] |
1.6.1