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

Public Member Functions | |
| FILTER_FUSION_BASICHIS (STAGE *pImageHighRes, STAGE *pImageLowRes, bool TakeOwnership, double MaxHighRes, double MaxRGB, bool HighResDoesModulate) | |
| virtual | ~FILTER_FUSION_BASICHIS () |
Filter to perform fusion of low resolution and high resolution images via "Basic HIS" method.
| SPATMOD::IMAGE::FILTER_FUSION_BASICHIS::FILTER_FUSION_BASICHIS | ( | STAGE * | pImageHighRes, | |
| STAGE * | pImageLowRes, | |||
| bool | TakeOwnership, | |||
| double | MaxHighRes, | |||
| double | MaxRGB, | |||
| bool | HighResDoesModulate | |||
| ) |
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 | |
| MaxHighRes | HighRes value corresponding to maximum (100%) intensity | |
| MaxRGB | Value corresponding to 100% saturation in RGB images. | |
| HighResDoesModulate | Use highres to "modulate" intensity rather than replacing |
| virtual SPATMOD::IMAGE::FILTER_FUSION_BASICHIS::~FILTER_FUSION_BASICHIS | ( | ) | [virtual] |
1.6.1