25 #ifndef __TERRALIB_RP_INTERNAL_SEGMENTERREGIONGROWINGSTRATEGYPARAMETERS_H    26 #define __TERRALIB_RP_INTERNAL_SEGMENTERREGIONGROWINGSTRATEGYPARAMETERS_H    68 #endif  // __TERRALIB_RP_INTERNAL_SEGMENTERREGIONGROWINGSTRATEGYPARAMETERS_H unsigned int m_minSegmentSize
A positive minimum segment size (pixels number - default: 1). 
 
unsigned int m_segmentsSimIncreaseSteps
The maximum number of steps to increment the similarity threshold value for the cases where no segmen...
 
Segmenter Region Growing Strategy Parameters. 
 
Segmenter Strategy Parameters. 
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
bool m_enableLocalMutualBestFitting
If enabled, a merge only occurs between two segments if the minimum dissimilarity criteria is best fu...
 
Configuration flags for the Raster Processing module of TerraLib. 
 
Raster segmenter strategy parameters base class. 
 
double m_segmentsSimilarityThreshold
Segments similarity treshold - Use lower values to merge only those segments that are more similar - ...