Go to the documentation of this file.
   26 #ifndef __TERRALIB_RP_INTERNAL_CLASSIFIERKMEANSSTRATEGY_H 
   27 #define __TERRALIB_RP_INTERNAL_CLASSIFIERKMEANSSTRATEGY_H 
   81             AbstractParameters* clone() const;
 
  125 #endif // __TERRALIB_RP_INTERNAL_CLASSIFIERKMEANSSTRATEGY_H 
  
 
const Parameters & operator=(const Parameters ¶ms)
 
~ClassifierKMeansStrategyFactory()
 
unsigned int m_maxIterations
The maximum of iterations to perform if convergence is not achieved.
 
Raster KMeans Classifier strategy factory.
 
Classifier Strategy Parameters.
 
unsigned int m_maxInputPoints
The maximum number of points used to estimate the clusters (default = 1000).
 
void reset()
Clear all internal allocated resources and reset the parameters instance to its initial state.
 
Raster classifier strategy base class.
 
unsigned int m_K
The number of clusters (means) to detect in image.
 
ClassifierKMeansStrategyFactory()
 
te::rp::ClassifierStrategy * build()
Concrete factories (derived from this one) must implement this method in order to create objects.
 
Base exception class for plugin module.
 
double m_epsilon
The stop criteria. When the clusters change in a value smaller then epsilon, the convergence is achie...
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Raster classifier strategy factory base class.
 
KMeans strategy for image classification. Step-by-step:
 
Proxy configuration file for TerraView (see terraview_config.h).
 
Raster classifier strategy base class.
 
Raster classifier strategy factory base class.