Filter to divide image 'dividend' by image 'divisor' Allows division of multiple components or combination of single and multi-component images. More...
#include <spatmod/imagefilterdivide.h>

Public Member Functions | |
| FILTER_DIVIDE (STAGE *pStageDividend, bool TakeOwnershipDividend, STAGE *pStageDivisor, bool TakeOwnershipDivisor, const PIXEL *pPixelProperties=0) | |
| virtual | ~FILTER_DIVIDE () |
Filter to divide image 'dividend' by image 'divisor' Allows division of multiple components or combination of single and multi-component images.
Multi-component stages must have same number of components.
| SPATMOD::IMAGE::FILTER_DIVIDE::FILTER_DIVIDE | ( | STAGE * | pStageDividend, | |
| bool | TakeOwnershipDividend, | |||
| STAGE * | pStageDivisor, | |||
| bool | TakeOwnershipDivisor, | |||
| const PIXEL * | pPixelProperties = 0 | |||
| ) |
Both stages must have same total dimensions.
If no pixel properties are specified, the resulting sample data types will either be single or double precision float
| pStageDividend | Pointer to first stage | |
| TakeOwnershipDividend | Filter takes ownership of previous stage and will delete when needed | |
| pStageDivisor | Point to second stage | |
| TakeOwnershipDivisor | Filter takes ownership of previous stage and will delete when needed | |
| pPixelProperties | Resulting pixel properties, 0 to automatically determine |
| virtual SPATMOD::IMAGE::FILTER_DIVIDE::~FILTER_DIVIDE | ( | ) | [virtual] |
1.6.1