Functions | |
| IDL_VPTR | RegionGrowingSegmenter (int argc, IDL_VPTR *argv, char *argk) |
| Raster region growing segmentation. More... | |
| IDL_VPTR te::idl::rp::RegionGrowingSegmenter | ( | int | argc, |
| IDL_VPTR * | argv, | ||
| char * | argk | ||
| ) |
Raster region growing segmentation.
Raster segmentation following the region growing strategy.
| argc | The number of elements in argv. |
| argv | An array of IDL_VPTRs. These point to the IDL_VARIABLEs which comprise the arguments to the function. |
Definition at line 50 of file attic/src/idl/rp/Segmenter.cpp.
References band, te::rp::Segmenter::execute(), te::idl::IdlRaster::getNumberOfBands(), te::rst::Raster::getNumberOfColumns(), te::rst::Raster::getNumberOfRows(), te::rp::Segmenter::initialize(), te::rp::Segmenter::InputParameters::m_inputRasterBands, te::rp::Segmenter::InputParameters::m_inputRasterPtr, te::rp::Segmenter::OutputParameters::m_outputRasterPtr, te::rp::Segmenter::OutputParameters::m_rType, te::rp::Segmenter::InputParameters::m_strategyName, segmenter::minSegmentSize, nCols, nLines, segmenter::segmentsSimilarityThreshold, te::rp::Segmenter::InputParameters::setSegStrategyParams(), and te::idl::terralib2IdlType().
Referenced by IDL_Load().