25 #ifndef __TERRALIB_RP_INTERNAL_SEGMENTERREGIONGROWINGSTRATEGYPARAMETERS_H
26 #define __TERRALIB_RP_INTERNAL_SEGMENTERREGIONGROWINGSTRATEGYPARAMETERS_H
Raster segmenter strategy parameters base class.
Segmenter Region Growing Strategy Parameters.
double m_segmentsSimilarityThreshold
Segments similarity treshold - Use lower values to merge only those segments that are more similar - ...
unsigned int m_segmentsSimIncreaseSteps
The maximum number of steps to increment the similarity threshold value for the cases where no segmen...
const SegmenterRegionGrowingStrategyParameters & operator=(const SegmenterRegionGrowingStrategyParameters ¶ms)
virtual void reset() _NOEXCEPT_OP(false)
Clear all internal allocated resources and reset the parameters instance to its initial state.
bool m_enableLocalMutualBestFitting
If enabled, a merge only occurs between two segments if the minimum dissimilarity criteria is best fu...
virtual ~SegmenterRegionGrowingStrategyParameters()
unsigned int m_minSegmentSize
A positive minimum segment size (pixels number - default: 1).
Segmenter Strategy Parameters.
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).