ITK  5.4.0
Insight Toolkit
Public Member Functions | Public Attributes | List of all members
itk::watershed::Segmenter< TInputImage >::flat_region_t Struct Reference

#include <itkWatershedSegmenter.h>

Detailed Description

template<typename TInputImage>
struct itk::watershed::Segmenter< TInputImage >::flat_region_t

Structure storing information about image flat regions. Flat regions are connected pixels of the same value.

Definition at line 261 of file itkWatershedSegmenter.h.

Public Member Functions

 flat_region_t ()=default
 

Public Attributes

InputPixelType bounds_min
 
bool is_on_boundary { false }
 
IdentifierTypemin_label_ptr
 
InputPixelType value
 

Constructor & Destructor Documentation

◆ flat_region_t()

template<typename TInputImage>
itk::watershed::Segmenter< TInputImage >::flat_region_t::flat_region_t ( )
default

Member Data Documentation

◆ bounds_min

template<typename TInputImage>
InputPixelType itk::watershed::Segmenter< TInputImage >::flat_region_t::bounds_min

Definition at line 264 of file itkWatershedSegmenter.h.

◆ is_on_boundary

template<typename TInputImage>
bool itk::watershed::Segmenter< TInputImage >::flat_region_t::is_on_boundary { false }

Definition at line 267 of file itkWatershedSegmenter.h.

◆ min_label_ptr

template<typename TInputImage>
IdentifierType* itk::watershed::Segmenter< TInputImage >::flat_region_t::min_label_ptr

Definition at line 263 of file itkWatershedSegmenter.h.

◆ value

template<typename TInputImage>
InputPixelType itk::watershed::Segmenter< TInputImage >::flat_region_t::value

Definition at line 266 of file itkWatershedSegmenter.h.


The documentation for this struct was generated from the following file: