Creation of skeleton imagems. More...
#include "Skeleton.h"#include "Macros.h"#include "Functions.h"#include "../raster/Band.h"#include "../raster/Utils.h"#include "../common/PlatformUtils.h"#include <boost/lexical_cast.hpp>#include <boost/scoped_array.hpp>#include <memory>#include <cmath>#include <cstring>Go to the source code of this file.
Namespaces | |
| te | |
| URI C++ Library. | |
| te::rp | |
| Namespace for Raster Processing module of TerraLib. | |
Macros | |
| #define | DIFFUSENEIGHBOR(neighborRow, neighborCol) |
| #define | SKELSTRENGTHNEIGHBOR(neighborRow, neighborCol) |
Creation of skeleton imagems.
Definition in file Skeleton.cpp.
| #define DIFFUSENEIGHBOR | ( | neighborRow, | |
| neighborCol | |||
| ) |
Definition at line 40 of file Skeleton.cpp.
Referenced by te::rp::Skeleton::applyVecDiffusionThreadEntry().
| #define SKELSTRENGTHNEIGHBOR | ( | neighborRow, | |
| neighborCol | |||
| ) |
Definition at line 48 of file Skeleton.cpp.
Referenced by te::rp::Skeleton::createSkeletonStrengthMap().