![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkStatisticsOpeningLabelMapFilter.h>
Public Types | |
using | AttributeType = typename LabelObjectType::AttributeType |
using | ConstPointer = SmartPointer< const Self > |
using | ImageConstPointer = typename ImageType::ConstPointer |
using | ImagePointer = typename ImageType::Pointer |
using | ImageType = TImage |
using | IndexType = typename ImageType::IndexType |
using | LabelObjectType = typename ImageType::LabelObjectType |
using | PixelType = typename ImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | Self = StatisticsOpeningLabelMapFilter |
using | Superclass = ShapeOpeningLabelMapFilter< TImage > |
![]() | |
using | AttributeType = typename LabelObjectType::AttributeType |
using | ConstPointer = SmartPointer< const Self > |
using | ImageConstPointer = typename ImageType::ConstPointer |
using | ImagePointer = typename ImageType::Pointer |
using | ImageType = TImage |
using | IndexType = typename ImageType::IndexType |
using | LabelObjectType = typename ImageType::LabelObjectType |
using | PixelType = typename ImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | Self = ShapeOpeningLabelMapFilter |
using | Superclass = InPlaceLabelMapFilter< TImage > |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename InputImageType::IndexType |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TImage |
using | LabelObjectType = typename InputImageType::LabelObjectType |
using | PixelType = typename InputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | RegionType = typename InputImageType::RegionType |
using | Self = InPlaceLabelMapFilter |
using | Superclass = LabelMapFilter< TImage, TImage > |
using | TOutputImage = TImage |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | LabelObjectType = typename InputImageType::LabelObjectType |
using | OutputImageConstPointer = typename OutputImageType::ConstPointer |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TImage |
using | Pointer = SmartPointer< Self > |
using | Self = LabelMapFilter |
using | Superclass = ImageToImageFilter< TImage, TImage > |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TImage > |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = TImage::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension |
remove the objects according to the value of their statistics attribute
StatisticsOpeningLabelMapFilter removes the objects in a label collection image with an attribute value smaller or greater than a threshold called Lambda. The attributes are the ones of the StatisticsLabelObject.
This implementation was taken from the Insight Journal paper: https://www.insight-journal.org/browse/publication/176
Definition at line 45 of file itkStatisticsOpeningLabelMapFilter.h.
using itk::StatisticsOpeningLabelMapFilter< TImage >::AttributeType = typename LabelObjectType::AttributeType |
Definition at line 64 of file itkStatisticsOpeningLabelMapFilter.h.
using itk::StatisticsOpeningLabelMapFilter< TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 54 of file itkStatisticsOpeningLabelMapFilter.h.
using itk::StatisticsOpeningLabelMapFilter< TImage >::ImageConstPointer = typename ImageType::ConstPointer |
Definition at line 59 of file itkStatisticsOpeningLabelMapFilter.h.
using itk::StatisticsOpeningLabelMapFilter< TImage >::ImagePointer = typename ImageType::Pointer |
Definition at line 58 of file itkStatisticsOpeningLabelMapFilter.h.
using itk::StatisticsOpeningLabelMapFilter< TImage >::ImageType = TImage |
Some convenient type alias.
Definition at line 57 of file itkStatisticsOpeningLabelMapFilter.h.
using itk::StatisticsOpeningLabelMapFilter< TImage >::IndexType = typename ImageType::IndexType |
Definition at line 61 of file itkStatisticsOpeningLabelMapFilter.h.
using itk::StatisticsOpeningLabelMapFilter< TImage >::LabelObjectType = typename ImageType::LabelObjectType |
Definition at line 62 of file itkStatisticsOpeningLabelMapFilter.h.
using itk::StatisticsOpeningLabelMapFilter< TImage >::PixelType = typename ImageType::PixelType |
Definition at line 60 of file itkStatisticsOpeningLabelMapFilter.h.
using itk::StatisticsOpeningLabelMapFilter< TImage >::Pointer = SmartPointer<Self> |
Definition at line 53 of file itkStatisticsOpeningLabelMapFilter.h.
using itk::StatisticsOpeningLabelMapFilter< TImage >::Self = StatisticsOpeningLabelMapFilter |
Standard class type aliases.
Definition at line 51 of file itkStatisticsOpeningLabelMapFilter.h.
using itk::StatisticsOpeningLabelMapFilter< TImage >::Superclass = ShapeOpeningLabelMapFilter<TImage> |
Definition at line 52 of file itkStatisticsOpeningLabelMapFilter.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ShapeOpeningLabelMapFilter< TImage >.
|
virtual |
Runtime information support.
Reimplemented from itk::ShapeOpeningLabelMapFilter< TImage >.
|
static |
Standard New method.
|
staticconstexpr |
ImageDimension constants
Definition at line 67 of file itkStatisticsOpeningLabelMapFilter.h.