All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::rp::WisperFusion::InputParameters Class Reference

WisperFusion input parameters. More...

#include <WisperFusion.h>

Inheritance diagram for te::rp::WisperFusion::InputParameters:
te::rp::AlgorithmInputParameters te::common::AbstractParameters

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
 InputParameters ()
 
 InputParameters (const InputParameters &)
 
const InputParametersoperator= (const InputParameters &params)
 
void reset () throw ( te::rp::Exception )
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
 ~InputParameters ()
 

Public Attributes

bool m_enableMultiThread
 Enable/Disable the use of multi-threads (default:true). More...
 
bool m_enableProgress
 Enable/Disable the progress interface (default:false). More...
 
unsigned int m_highResRasterBand
 Band to process from the high-resolution raster. More...
 
te::rst::Raster const * m_highResRasterPtr
 Input high-resolution raster. More...
 
te::rp::srf::SensorType m_hiResRasterBandSensor
 The high resolution band sensor. More...
 
std::map< double, double > m_hiResRasterBandsSRFs
 An optional vector of user supplied Spectral Response Functions for the high resolution band (The wavelength unit: Nanometers (nm) ). More...
 
unsigned int m_hiResRasterWaveletLevels
 The number of wavelet decomposition levels to use (0-automatically found, default:0). More...
 
te::rst::Interpolator::Method m_interpMethod
 The raster interpolator method (default:NearestNeighbor). More...
 
std::vector< unsigned int > m_lowResRasterBands
 Bands to processe from the low resolution raster. More...
 
std::vector
< te::rp::srf::SensorType
m_lowResRasterBandSensors
 The low resolution bands sensors. More...
 
std::vector< std::map< double,
double > > 
m_lowResRasterBandsSRFs
 An optional vector of user supplied Spectral Response Functions for each low resolution band (The wavelength unit: Nanometers (nm) ). More...
 
te::rst::Raster const * m_lowResRasterPtr
 Input low-resolution multi-band raster. More...
 
boost::numeric::ublas::matrix
< double > const * 
m_userWaveletFilterPtr
 An optional pointer to an user filter. More...
 
te::rp::WaveletAtrousFilterType m_waveletFilterType
 The wavelet filter type to use (default: TriangleWAFilter);. More...
 

Detailed Description

WisperFusion input parameters.

Definition at line 65 of file WisperFusion.h.

Constructor & Destructor Documentation

te::rp::WisperFusion::InputParameters::InputParameters ( )

Definition at line 47 of file WisperFusion.cpp.

References reset().

te::rp::WisperFusion::InputParameters::InputParameters ( const InputParameters other)
te::rp::WisperFusion::InputParameters::~InputParameters ( )

Definition at line 58 of file WisperFusion.cpp.

References te::rp::WisperFusion::reset().

Member Function Documentation

te::common::AbstractParameters * te::rp::WisperFusion::InputParameters::clone ( ) const
virtual

Create a clone copy of this instance.

Returns
A clone copy of this instance.
Note
The caller will take the ownership of the returned pointer.

Implements te::common::AbstractParameters.

Definition at line 104 of file WisperFusion.cpp.

void te::rp::WisperFusion::InputParameters::reset ( )
throw (te::rp::Exception
)
virtual

Clear all internal allocated resources and reset the parameters instance to its initial state.

Implements te::common::AbstractParameters.

Definition at line 63 of file WisperFusion.cpp.

References te::rp::srf::InvalidSensor, te::rst::NearestNeighbor, and te::rp::TriangleWAFilter.

Referenced by InputParameters(), and te::rp::WisperFusion::reset().

Member Data Documentation

bool te::rp::WisperFusion::InputParameters::m_enableMultiThread

Enable/Disable the use of multi-threads (default:true).

Definition at line 95 of file WisperFusion.h.

Referenced by operator=().

bool te::rp::WisperFusion::InputParameters::m_enableProgress

Enable/Disable the progress interface (default:false).

Definition at line 87 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::qt::widgets::FusionWizardPage::getInputWisperParams(), and operator=().

unsigned int te::rp::WisperFusion::InputParameters::m_highResRasterBand

Band to process from the high-resolution raster.

Definition at line 79 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::qt::widgets::FusionWizardPage::getInputWisperParams(), te::rp::WisperFusion::initialize(), and operator=().

te::rst::Raster const* te::rp::WisperFusion::InputParameters::m_highResRasterPtr
te::rp::srf::SensorType te::rp::WisperFusion::InputParameters::m_hiResRasterBandSensor

The high resolution band sensor.

Definition at line 81 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::rp::WisperFusion::initialize(), and operator=().

std::map< double, double > te::rp::WisperFusion::InputParameters::m_hiResRasterBandsSRFs

An optional vector of user supplied Spectral Response Functions for the high resolution band (The wavelength unit: Nanometers (nm) ).

Definition at line 83 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::qt::widgets::FusionWizardPage::getInputWisperParams(), te::rp::WisperFusion::initialize(), and operator=().

unsigned int te::rp::WisperFusion::InputParameters::m_hiResRasterWaveletLevels

The number of wavelet decomposition levels to use (0-automatically found, default:0).

Definition at line 85 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::qt::widgets::FusionWizardPage::getInputWisperParams(), and operator=().

te::rst::Interpolator::Method te::rp::WisperFusion::InputParameters::m_interpMethod

The raster interpolator method (default:NearestNeighbor).

Definition at line 89 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::qt::widgets::FusionWizardPage::getInputWisperParams(), and operator=().

std::vector< unsigned int > te::rp::WisperFusion::InputParameters::m_lowResRasterBands

Bands to processe from the low resolution raster.

Definition at line 71 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::qt::widgets::FusionWizardPage::getInputWisperParams(), te::rp::WisperFusion::initialize(), and operator=().

std::vector< te::rp::srf::SensorType > te::rp::WisperFusion::InputParameters::m_lowResRasterBandSensors

The low resolution bands sensors.

Definition at line 73 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::rp::WisperFusion::initialize(), and operator=().

std::vector< std::map< double, double > > te::rp::WisperFusion::InputParameters::m_lowResRasterBandsSRFs

An optional vector of user supplied Spectral Response Functions for each low resolution band (The wavelength unit: Nanometers (nm) ).

Definition at line 75 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::qt::widgets::FusionWizardPage::getInputWisperParams(), te::rp::WisperFusion::initialize(), and operator=().

te::rst::Raster const* te::rp::WisperFusion::InputParameters::m_lowResRasterPtr

Input low-resolution multi-band raster.

Definition at line 69 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::qt::widgets::FusionWizard::executeWisper(), te::rp::WisperFusion::initialize(), and operator=().

boost::numeric::ublas::matrix< double > const* te::rp::WisperFusion::InputParameters::m_userWaveletFilterPtr

An optional pointer to an user filter.

Definition at line 93 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::rp::WisperFusion::initialize(), and operator=().

te::rp::WaveletAtrousFilterType te::rp::WisperFusion::InputParameters::m_waveletFilterType

The wavelet filter type to use (default: TriangleWAFilter);.

Definition at line 91 of file WisperFusion.h.

Referenced by te::rp::WisperFusion::execute(), te::qt::widgets::FusionWizardPage::getInputWisperParams(), and operator=().


The documentation for this class was generated from the following files: