Filter to perform color balancing. More...
#include <spatmod/imagefiltercolorbalance.h>

Public Member Functions | |
| FILTER_COLORBALANCE (STAGE *pPreviousStage, bool TakeOwnership, const CBPARMS &cbparms) | |
| virtual | ~FILTER_COLORBALANCE () |
Filter to perform color balancing.
Source image must have Red, Green and Blue samples of type UINT8.
| SPATMOD::IMAGE::FILTER_COLORBALANCE::FILTER_COLORBALANCE | ( | STAGE * | pPreviousStage, | |
| bool | TakeOwnership, | |||
| const CBPARMS & | cbparms | |||
| ) |
Constructor.
| pPreviousStage | Pointer to previous stage | |
| TakeOwnership | Filter takes ownership of previous stage and will delete when needed | |
| cbparms | Color balance parameters |
| virtual SPATMOD::IMAGE::FILTER_COLORBALANCE::~FILTER_COLORBALANCE | ( | ) | [virtual] |
Destructor.
1.6.1