ITK
5.2.0
Insight Toolkit
|
#include <itkWatershedBoundary.h>
Public Attributes | |
ScalarType | bounds_min |
IdentifierType | min_label |
std::list< IdentifierType > | offset_list |
ScalarType | value |
Definition at line 97 of file itkWatershedBoundary.h.
ScalarType itk::watershed::Boundary< TScalar, TDimension >::flat_region_t::bounds_min |
The value of the lowest point (indicating the steepest descent) along the boundary of the flat region of which this pixel is a member.
Definition at line 107 of file itkWatershedBoundary.h.
IdentifierType itk::watershed::Boundary< TScalar, TDimension >::flat_region_t::min_label |
The label associated with the lowest point point along this flat region boundary.
Definition at line 111 of file itkWatershedBoundary.h.
std::list<IdentifierType> itk::watershed::Boundary< TScalar, TDimension >::flat_region_t::offset_list |
Indices into the associated Face containing boundary pixels. These give access to spatial information, label and flow associated with this boundary pixel connection.
Definition at line 103 of file itkWatershedBoundary.h.
ScalarType itk::watershed::Boundary< TScalar, TDimension >::flat_region_t::value |
The value of this flat region
Definition at line 114 of file itkWatershedBoundary.h.