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