PCAFusion output parameters. More...
#include <PCAFusion.h>
Public Member Functions | |
AbstractParameters * | clone () const |
Create a clone copy of this instance. More... | |
const OutputParameters & | operator= (const OutputParameters ¶ms) |
OutputParameters () | |
OutputParameters (const OutputParameters &) | |
void | reset () |
Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
~OutputParameters () | |
Public Attributes | |
boost::numeric::ublas::matrix< double > | m_directPCAMatrix |
The calculated direct PCA transformation matrix. More... | |
std::unique_ptr< te::rst::Raster > | m_outputRasterPtr |
The generated output fused raster. More... | |
std::map< std::string, std::string > | m_rInfo |
The necessary information to create the output rasters (as described in te::raster::RasterFactory). More... | |
std::string | m_rType |
Output raster data source type (as described in te::raster::RasterFactory ). More... | |
PCAFusion output parameters.
Definition at line 118 of file PCAFusion.h.
te::rp::PCAFusion::OutputParameters::OutputParameters | ( | ) |
te::rp::PCAFusion::OutputParameters::OutputParameters | ( | const OutputParameters & | ) |
te::rp::PCAFusion::OutputParameters::~OutputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
const OutputParameters& te::rp::PCAFusion::OutputParameters::operator= | ( | const OutputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
boost::numeric::ublas::matrix< double > te::rp::PCAFusion::OutputParameters::m_directPCAMatrix |
The calculated direct PCA transformation matrix.
Definition at line 128 of file PCAFusion.h.
std::unique_ptr< te::rst::Raster > te::rp::PCAFusion::OutputParameters::m_outputRasterPtr |
The generated output fused raster.
Definition at line 126 of file PCAFusion.h.
std::map< std::string, std::string > te::rp::PCAFusion::OutputParameters::m_rInfo |
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
Definition at line 124 of file PCAFusion.h.
std::string te::rp::PCAFusion::OutputParameters::m_rType |
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 122 of file PCAFusion.h.