|
Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
The LabelExtrema class is just a container for global min/max values and their indices as well as all min and max values (+indices) of the mask labels. More...
#include <mitkMinMaxLabelmageFilterWithIndex.h>
Public Member Functions | |
| LabelExtrema () | |
Public Attributes | |
| PixelType | m_Min |
| PixelType | m_Max |
| IndexType | m_MinIndex |
| IndexType | m_MaxIndex |
The LabelExtrema class is just a container for global min/max values and their indices as well as all min and max values (+indices) of the mask labels.
Definition at line 56 of file mitkMinMaxLabelmageFilterWithIndex.h.
|
inline |
Definition at line 62 of file mitkMinMaxLabelmageFilterWithIndex.h.
| PixelType itk::MinMaxLabelImageFilterWithIndex< TInputImage, TLabelImage >::LabelExtrema::m_Max |
Definition at line 59 of file mitkMinMaxLabelmageFilterWithIndex.h.
| IndexType itk::MinMaxLabelImageFilterWithIndex< TInputImage, TLabelImage >::LabelExtrema::m_MaxIndex |
Definition at line 60 of file mitkMinMaxLabelmageFilterWithIndex.h.
| PixelType itk::MinMaxLabelImageFilterWithIndex< TInputImage, TLabelImage >::LabelExtrema::m_Min |
Definition at line 59 of file mitkMinMaxLabelmageFilterWithIndex.h.
| IndexType itk::MinMaxLabelImageFilterWithIndex< TInputImage, TLabelImage >::LabelExtrema::m_MinIndex |
Definition at line 60 of file mitkMinMaxLabelmageFilterWithIndex.h.