25 #ifndef __TERRALIB_RP_INTERNAL_CLASSIFIEREDSTRATEGY_H 26 #define __TERRALIB_RP_INTERNAL_CLASSIFIEREDSTRATEGY_H 30 #include "../common/progress/TaskProgress.h" 33 #include <boost/numeric/ublas/matrix.hpp> 34 #include <boost/shared_ptr.hpp> 86 AbstractParameters* clone() const;
99 unsigned int getOutputNumberBands(
void);
103 bool m_isInitialized;
111 std::vector<
std::vector<
double > > m_classesMeans;
137 #endif // __TERRALIB_RP_INTERNAL_CLASSIFIEREDSTRATEGY_H boost::shared_ptr< MClassesSamplesCT > MClassesSamplesCTPtr
A shared pointer to a multi classes samples container type definition.
std::map< ClassIDT, ClassSamplesContainerT > MClassesSamplesCT
Multi-classes samples container type definition.
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.
MClassesSamplesCTPtr m_trainSamplesPtr
A shared pointer to a always-valid structure where trainning samples are stored.
Raster classifier strategy factory base class.
Euclidean Distance Classifier strategy.
rasterPointer reset(te::rst::RasterFactory::make("MEM", new te::rst::Grid(nCols, nLines), bandsProps, std::map< std::string, std::string >(), 0, 0))
Raster classifier strategy factory base class.
Classifier Strategy Parameters.
Raster classifier strategy base class.
Raster classifier strategy base class.
Configuration flags for the Raster Processing module of TerraLib.
std::vector< ClassSampleT > ClassSamplesContainerT
Class samples container type definition.
std::vector< double > ClassSampleT
Class sample type definition.
Euclidean Distance strategy factory.
unsigned int ClassIDT
Class ID type definition (zero means invalid ID).