Filter to perform fusion of low resolution and high resolution images via "Brovey" method. More...
#include <spatmod/imagefilterfusion.h>

Public Member Functions | |
| FILTER_FUSION_BROVEY (STAGE *pImageHighRes, STAGE *pImageLowRes, bool TakeOwnership) | |
| virtual | ~FILTER_FUSION_BROVEY () |
Filter to perform fusion of low resolution and high resolution images via "Brovey" method.
| SPATMOD::IMAGE::FILTER_FUSION_BROVEY::FILTER_FUSION_BROVEY | ( | STAGE * | pImageHighRes, | |
| STAGE * | pImageLowRes, | |||
| bool | TakeOwnership | |||
| ) |
Construct using high-resolution and low-resolution source images.
| pImageHighRes | Pointer to high-resolution image | |
| pImageLowRes | Pointer to low-resolution image | |
| TakeOwnership | Filter takes ownership of previous stages and will delete when needed |
| virtual SPATMOD::IMAGE::FILTER_FUSION_BROVEY::~FILTER_FUSION_BROVEY | ( | ) | [virtual] |
1.6.1