This is the complete list of members for te::rp::Segmenter, including all inherited members.
Algorithm() | te::rp::Algorithm | protected |
calcBestBlockSize(const unsigned int totalImageLines, const unsigned int totalImageCols, const unsigned int minBlockPixels, const unsigned int maxBlockPixels, const double blocksHOverlapSizePercent, const double blocksVOverlapSizePectent, unsigned int &blockWidth, unsigned int &blockHeight, unsigned int &blocksHOverlapSize, unsigned int &blocksVOverlapSize) const | te::rp::Segmenter | protected |
createCutOffLinesTiff(const std::vector< std::vector< unsigned int > > &imageHorizontalProfiles, const std::vector< unsigned int > &imageHorizontalProfilesCenterLines, const std::vector< std::vector< unsigned int > > &imageVerticalProfiles, const std::vector< unsigned int > &imageVerticalProfilesCenterLines, const std::string &filename) | te::rp::Segmenter | protected |
execute(AlgorithmOutputParameters &outputParams) | te::rp::Segmenter | virtual |
genImageHCutOffProfile(const unsigned int profileCenter, const te::rst::Raster &inRaster, const std::vector< unsigned int > &inRasterBands, const unsigned int pixelNeighborhoodSize, const unsigned int tileNeighborhoodSize, const unsigned int profileAntiSmoothingFactor, std::vector< unsigned int > &profile) const | te::rp::Segmenter | protected |
genImageVCutOffProfile(const unsigned int profileCenter, const te::rst::Raster &inRaster, const std::vector< unsigned int > &inRasterBands, const unsigned int pixelNeighborhoodSize, const unsigned int tileNeighborhoodSize, const unsigned int profileAntiSmoothingFactor, std::vector< unsigned int > &profile) const | te::rp::Segmenter | protected |
initialize(const AlgorithmInputParameters &inputParams) | te::rp::Segmenter | virtual |
isInitialized() const | te::rp::Segmenter | virtual |
m_inputParameters | te::rp::Segmenter | protected |
m_instanceInitialized | te::rp::Segmenter | protected |
reset() | te::rp::Segmenter | virtual |
Segmenter() | te::rp::Segmenter | |
segmenterThreadEntry(SegmenterThreadEntryParams *paramsPtr) | te::rp::Segmenter | protectedstatic |
SegmentsBlocksMatrixT typedef | te::rp::Segmenter | protected |
updateBlockCutOffProfiles(const std::vector< std::vector< unsigned int > > &imageHorizontalProfiles, const std::vector< std::vector< unsigned int > > &imageVerticalProfiles, SegmenterSegmentsBlock &segmentsBlock) const | te::rp::Segmenter | protected |
~Algorithm() | te::rp::Algorithm | virtual |
~Segmenter() | te::rp::Segmenter |