IHSFusion input parameters. More...
#include <IHSFusion.h>
Public Types | |
enum | HRHistoFitMethod { NoHistoFitMethod = 0 , MeanStdDevHistoFitMethod = 1 , MinMaxHistoFitMethod = 2 } |
Public Member Functions | |
AbstractParameters * | clone () const |
Create a clone copy of this instance. More... | |
InputParameters () | |
InputParameters (const InputParameters &) | |
const InputParameters & | operator= (const InputParameters ¶ms) |
void | reset () |
Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
bool | serialize (AlgorithmParametersSerializer &serializer) const |
Returns a parameter serialization object. More... | |
~InputParameters () | |
Public Attributes | |
bool | m_autoAlignRasters |
If true, the HR image will be clipped and reprojected to mach the LR image area. More... | |
bool | m_enableProgress |
Enable/Disable the progress interface (default:false). More... | |
bool | m_enableRasterCache |
If true, raster cache will be used (default:true). More... | |
bool | m_enableThreadedProcessing |
If true, threaded processing will be performed (best with multi-core or multi-processor systems (default:true). 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... | |
HRHistoFitMethod | m_hrHistoFitMethod |
High resolution image histogram fitting method (default: MeanStdDevHistoFitMethod). More... | |
te::rst::Interpolator::Method | m_interpMethod |
The raster interpolator method (default:NearestNeighbor). More... | |
unsigned int | m_lowResRasterBlueBandIndex |
The low-resolution raster blue band index (default:2). More... | |
unsigned int | m_lowResRasterGreenBandIndex |
The low-resolution raster green band index (default:1). More... | |
te::rst::Raster const * | m_lowResRasterPtr |
Input low-resolution multi-band raster. More... | |
unsigned int | m_lowResRasterRedBandIndex |
The low-resolution raster red band index (default:0). More... | |
double | m_RGBMax |
The used RGB maximum value (default:0 - leave zero for automatic detection based on the input images). More... | |
double | m_RGBMin |
The used RGB minimum value (default:0 - leave zero for automatic detection based on the input images). More... | |
IHSFusion input parameters.
Definition at line 67 of file IHSFusion.h.
High resolution image histogram fitting method.
Enumerator | |
---|---|
NoHistoFitMethod | No fitting performed method. |
MeanStdDevHistoFitMethod | Fitting by using mean and Standard deviation. |
MinMaxHistoFitMethod | Fitting by using the mininum and maximum values. |
Definition at line 74 of file IHSFusion.h.
te::rp::IHSFusion::InputParameters::InputParameters | ( | ) |
te::rp::IHSFusion::InputParameters::InputParameters | ( | const InputParameters & | ) |
te::rp::IHSFusion::InputParameters::~InputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
const InputParameters& te::rp::IHSFusion::InputParameters::operator= | ( | const InputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
|
virtual |
Returns a parameter serialization object.
serializer | The output serialization object. |
Reimplemented from te::rp::AlgorithmInputParameters.
bool te::rp::IHSFusion::InputParameters::m_autoAlignRasters |
If true, the HR image will be clipped and reprojected to mach the LR image area.
Definition at line 103 of file IHSFusion.h.
bool te::rp::IHSFusion::InputParameters::m_enableProgress |
Enable/Disable the progress interface (default:false).
Definition at line 93 of file IHSFusion.h.
bool te::rp::IHSFusion::InputParameters::m_enableRasterCache |
If true, raster cache will be used (default:true).
Definition at line 105 of file IHSFusion.h.
bool te::rp::IHSFusion::InputParameters::m_enableThreadedProcessing |
If true, threaded processing will be performed (best with multi-core or multi-processor systems (default:true).
Definition at line 101 of file IHSFusion.h.
unsigned int te::rp::IHSFusion::InputParameters::m_highResRasterBand |
Band to process from the high-resolution raster.
Definition at line 91 of file IHSFusion.h.
te::rst::Raster const* te::rp::IHSFusion::InputParameters::m_highResRasterPtr |
Input high-resolution raster.
Definition at line 89 of file IHSFusion.h.
HRHistoFitMethod te::rp::IHSFusion::InputParameters::m_hrHistoFitMethod |
High resolution image histogram fitting method (default: MeanStdDevHistoFitMethod).
Definition at line 107 of file IHSFusion.h.
te::rst::Interpolator::Method te::rp::IHSFusion::InputParameters::m_interpMethod |
The raster interpolator method (default:NearestNeighbor).
Definition at line 95 of file IHSFusion.h.
unsigned int te::rp::IHSFusion::InputParameters::m_lowResRasterBlueBandIndex |
The low-resolution raster blue band index (default:2).
Definition at line 87 of file IHSFusion.h.
unsigned int te::rp::IHSFusion::InputParameters::m_lowResRasterGreenBandIndex |
The low-resolution raster green band index (default:1).
Definition at line 85 of file IHSFusion.h.
te::rst::Raster const* te::rp::IHSFusion::InputParameters::m_lowResRasterPtr |
Input low-resolution multi-band raster.
Definition at line 81 of file IHSFusion.h.
unsigned int te::rp::IHSFusion::InputParameters::m_lowResRasterRedBandIndex |
The low-resolution raster red band index (default:0).
Definition at line 83 of file IHSFusion.h.
double te::rp::IHSFusion::InputParameters::m_RGBMax |
The used RGB maximum value (default:0 - leave zero for automatic detection based on the input images).
Definition at line 99 of file IHSFusion.h.
double te::rp::IHSFusion::InputParameters::m_RGBMin |
The used RGB minimum value (default:0 - leave zero for automatic detection based on the input images).
Definition at line 97 of file IHSFusion.h.