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>

Inheritance diagram for SPATMOD::IMAGE::FILTER_FUSION_MODHIS:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 FILTER_FUSION_MODHIS (STAGE *pImageHighRes, STAGE *pImageLowRes, bool TakeOwnership, double MaxHighRes, double MaxRGB)
virtual ~FILTER_FUSION_MODHIS ()
void SetIntensityProportion (double proportion)
void SetSaturationBoost (double SaturationBoost)
void SetSaturationMax (double MaxSaturation)
void SetUseEffectiveColorIntensity (bool UseEffectiveColorIntensity)

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:

Generated on Sun Oct 7 21:39:47 2012 for TNTsdk 2012 by  doxygen 1.6.1