SPATMOD::IMAGE::FILTER_FUSION_MODHIS Class Reference
Filter to perform fusion of low resolution and high resolution images via "Modified HIS" method.
More...
#include <spatmod/imagefilterfusion.h>
List of all members.
Detailed Description
Filter to perform fusion of low resolution and high resolution images via "Modified HIS" method.
Constructor & Destructor Documentation
| SPATMOD::IMAGE::FILTER_FUSION_MODHIS::FILTER_FUSION_MODHIS |
( |
STAGE * |
pImageHighRes, |
|
|
STAGE * |
pImageLowRes, |
|
|
bool |
TakeOwnership, |
|
|
double |
MaxHighRes, |
|
|
double |
MaxRGB | |
|
) |
| | |
Construct using high-resolution and low-resolution source images.
- Parameters:
-
| 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. |
| virtual SPATMOD::IMAGE::FILTER_FUSION_MODHIS::~FILTER_FUSION_MODHIS |
( |
|
) |
[virtual] |
Member Function Documentation
| void SPATMOD::IMAGE::FILTER_FUSION_MODHIS::SetIntensityProportion |
( |
double |
proportion |
) |
|
Set proportion of Intensity vs Brightness (HIS vs HBS model).
- Parameters:
-
| proportion | Proportion of Intensity vs Brightness (0.0 - 1.0) |
| void SPATMOD::IMAGE::FILTER_FUSION_MODHIS::SetSaturationBoost |
( |
double |
SaturationBoost |
) |
|
Set saturation boost value.
- Parameters:
-
| SaturationBoost | Saturation boost (0.5 - 3.0) |
| void SPATMOD::IMAGE::FILTER_FUSION_MODHIS::SetSaturationMax |
( |
double |
MaxSaturation |
) |
|
Set maximum saturation value.
Default maximum is 80 (percent) if not changed.
- Parameters:
-
| MaxSaturation | Maximum saturation (percentage, 20-100) |
| void SPATMOD::IMAGE::FILTER_FUSION_MODHIS::SetUseEffectiveColorIntensity |
( |
bool |
UseEffectiveColorIntensity |
) |
[inline] |
Set whether to perform correction effective color intensity.
The documentation for this class was generated from the following file: