PCAFusion input parameters. More...
#include <PCAFusion.h>
Public Types | |
enum | HRHistoFitMethod { NoHistoFitMethod = 0 , MeanStdDevHistoFitMethod = 1 , MinMaxHistoFitMethod = 2 , MeanStdDevHistoFitAndClipMethod = 3 } |
Public Member Functions | |
AbstractParameters * | clone () const |
Create a clone copy of this instance. | |
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. | |
bool | serialize (AlgorithmParametersSerializer &serializer) const |
Returns a parameter serialization object. | |
~InputParameters () | |
Public Attributes | |
bool | m_autoAlignRasters |
If true, the HR image will be clipped and reprojected to mach the LR image area. | |
boost::numeric::ublas::matrix< double > | m_directPCAMatrix |
A valid direct transformation PCA matrix or an empty matrix (will be automcaticall calculated). | |
bool | m_enableProgress |
Enable/Disable the progress interface (default:false). | |
bool | m_enableThreadedProcessing |
If true, threaded processing will be performed (best with multi-core or multi-processor systems (default:true). | |
unsigned int | m_highResRasterBand |
Band to process from the high-resolution raster. | |
te::rst::Raster const * | m_highResRasterPtr |
Input high-resolution raster. | |
HRHistoFitMethod | m_hrHistoFitMethod |
High resolution image histogram fitting method (default: MeanStdDevHistoFitMethod). | |
te::rst::Interpolator::Method | m_interpMethod |
The raster interpolator method (default:NearestNeighbor). | |
std::vector< unsigned int > | m_lowResRasterBands |
The low-resolution raster band indexes. | |
te::rst::Raster const * | m_lowResRasterPtr |
Input low-resolution multi-band raster. | |
std::vector< double > | m_outputNoDataValues |
A vector of output raster band no-data values or an empty vector to use low-resolution raster no-data values. | |
PCAFusion input parameters.
Definition at line 61 of file PCAFusion.h.
High resolution image histogram fitting method.
Definition at line 68 of file PCAFusion.h.
te::rp::PCAFusion::InputParameters::InputParameters | ( | ) |
te::rp::PCAFusion::InputParameters::InputParameters | ( | const InputParameters & | ) |
te::rp::PCAFusion::InputParameters::~InputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
const InputParameters & te::rp::PCAFusion::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::PCAFusion::InputParameters::m_autoAlignRasters |
If true, the HR image will be clipped and reprojected to mach the LR image area.
Definition at line 90 of file PCAFusion.h.
boost::numeric::ublas::matrix< double > te::rp::PCAFusion::InputParameters::m_directPCAMatrix |
A valid direct transformation PCA matrix or an empty matrix (will be automcaticall calculated).
Definition at line 94 of file PCAFusion.h.
bool te::rp::PCAFusion::InputParameters::m_enableProgress |
Enable/Disable the progress interface (default:false).
Definition at line 84 of file PCAFusion.h.
bool te::rp::PCAFusion::InputParameters::m_enableThreadedProcessing |
If true, threaded processing will be performed (best with multi-core or multi-processor systems (default:true).
Definition at line 86 of file PCAFusion.h.
unsigned int te::rp::PCAFusion::InputParameters::m_highResRasterBand |
Band to process from the high-resolution raster.
Definition at line 82 of file PCAFusion.h.
te::rst::Raster const* te::rp::PCAFusion::InputParameters::m_highResRasterPtr |
Input high-resolution raster.
Definition at line 80 of file PCAFusion.h.
HRHistoFitMethod te::rp::PCAFusion::InputParameters::m_hrHistoFitMethod |
High resolution image histogram fitting method (default: MeanStdDevHistoFitMethod).
Definition at line 92 of file PCAFusion.h.
te::rst::Interpolator::Method te::rp::PCAFusion::InputParameters::m_interpMethod |
The raster interpolator method (default:NearestNeighbor).
Definition at line 88 of file PCAFusion.h.
std::vector< unsigned int > te::rp::PCAFusion::InputParameters::m_lowResRasterBands |
The low-resolution raster band indexes.
Definition at line 78 of file PCAFusion.h.
te::rst::Raster const* te::rp::PCAFusion::InputParameters::m_lowResRasterPtr |
Input low-resolution multi-band raster.
Definition at line 76 of file PCAFusion.h.
std::vector< double > te::rp::PCAFusion::InputParameters::m_outputNoDataValues |
A vector of output raster band no-data values or an empty vector to use low-resolution raster no-data values.
Definition at line 96 of file PCAFusion.h.