Useful functions for Region Growing segmentation. More...
#include "SegmenterRegionGrowingFunctions.h"#include "../raster/BandProperty.h"#include "../raster/Grid.h"#include "../raster/RasterFactory.h"#include <map>Go to the source code of this file.
Namespaces | |
| te | |
| URI C++ Library. | |
| te::rp | |
| Namespace for Raster Processing module of TerraLib. | |
| te::rp::rg | |
Functions | |
| void | te::rp::rg::exportSegs2Tif (const SegmentsIdsMatrixT &segmentsIds, bool normto8bits, const std::string &fileName) |
| Export the segments IDs to a tif file. More... | |
Useful functions for Region Growing segmentation.
Definition in file SegmenterRegionGrowingFunctions.cpp.