Raster decomposition using mixture model. More...
#include <MixtureModel.h>
Classes | |
| class | InputParameters |
| MixtureModel input parameters. More... | |
| class | OutputParameters |
| MixtureModel output parameters. More... | |
Public Member Functions | |
| bool | execute (AlgorithmOutputParameters &outputParams) throw (te::rp::Exception) |
| Executes the algorithm using the supplied parameters. More... | |
| bool | initialize (const AlgorithmInputParameters &inputParams) throw (te::rp::Exception) |
| Initialize the algorithm instance making it ready for execution. More... | |
| bool | isInitialized () const |
| Returns true if the algorithm instance is initialized and ready for execution. More... | |
| MixtureModel () | |
| void | reset () throw (te::rp::Exception) |
| Clear all internal allocated objects and reset the algorithm to its initial state. More... | |
| ~MixtureModel () | |
Protected Attributes | |
| MixtureModel::InputParameters | m_inputParameters |
| Mixture model execution parameters. More... | |
| bool | m_instanceInitialized |
| Is this instance already initialized? More... | |
Raster decomposition using mixture model.
Raster decomposition following the choosed mixture model strategy.
Definition at line 59 of file MixtureModel.h.
| te::rp::MixtureModel::MixtureModel | ( | ) |
| te::rp::MixtureModel::~MixtureModel | ( | ) |
|
virtual | ||||||||||||||
Executes the algorithm using the supplied parameters.
| outputParams | Output parameters. |
Implements te::rp::Algorithm.
|
virtual | ||||||||||||||
Initialize the algorithm instance making it ready for execution.
| inputParams | Input parameters. |
Implements te::rp::Algorithm.
|
virtual |
Returns true if the algorithm instance is initialized and ready for execution.
Implements te::rp::Algorithm.
|
virtual | |||||||||||||
Clear all internal allocated objects and reset the algorithm to its initial state.
Implements te::rp::Algorithm.
|
protected |
Mixture model execution parameters.
Definition at line 176 of file MixtureModel.h.
|
protected |
Is this instance already initialized?
Definition at line 175 of file MixtureModel.h.