#include <itkAreaOpeningImageFilter.h>
Morphological opening by attributes.
An attribute opening removes blobs according to criteria such as area. When applied to grayscale images they have the effect of trimming peaks (regions brighter than their surroundings) based on area while leaving the rest of the image unchanged.
This code was contributed in the Insight Journal paper
"Grayscale morphological attribute operations" by Beare R. https://doi.org/10.54294/ifvjls
Definition at line 50 of file itkAreaOpeningImageFilter.h.
Static Public Member Functions | |
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 = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
bool | m_UseImageSpacing {} |
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::AttributeType = TAttribute |
Definition at line 80 of file itkAreaOpeningImageFilter.h.
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::ConstPointer = SmartPointer<const Self> |
Definition at line 67 of file itkAreaOpeningImageFilter.h.
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::IndexType = typename TInputImage::IndexType |
Definition at line 77 of file itkAreaOpeningImageFilter.h.
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::InputInternalPixelType = typename TInputImage::InternalPixelType |
Definition at line 76 of file itkAreaOpeningImageFilter.h.
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::InputPixelType = typename TInputImage::PixelType |
Definition at line 75 of file itkAreaOpeningImageFilter.h.
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::OffsetType = typename TInputImage::OffsetType |
Definition at line 78 of file itkAreaOpeningImageFilter.h.
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::OutputInternalPixelType = typename TOutputImage::InternalPixelType |
Definition at line 74 of file itkAreaOpeningImageFilter.h.
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::OutputPixelType = typename TOutputImage::PixelType |
Extract some information from the image types. Dimensionality of the two images is assumed to be the same.
Definition at line 73 of file itkAreaOpeningImageFilter.h.
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::Pointer = SmartPointer<Self> |
Definition at line 66 of file itkAreaOpeningImageFilter.h.
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::Self = AreaOpeningImageFilter |
Definition at line 60 of file itkAreaOpeningImageFilter.h.
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::SizeType = typename TInputImage::SizeType |
Definition at line 79 of file itkAreaOpeningImageFilter.h.
using itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::Superclass |
Definition at line 61 of file itkAreaOpeningImageFilter.h.
|
inlineprotected |
Definition at line 99 of file itkAreaOpeningImageFilter.h.
References m_UseImageSpacing.
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
|
inlineoverrideprotectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
Definition at line 104 of file itkAreaOpeningImageFilter.h.
References itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, std::greater< typename TInputImage::PixelType > >::GenerateData(), itk::ImageToImageFilter< TInputImage, TOutputImage >::GetInput(), ImageDimension, itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, typename TInputImage::SpacingType::ValueType, std::greater< TInputImage::PixelType > >::m_AttributeValuePerPixel, and m_UseImageSpacing.
|
overridevirtual |
Reimplemented from itk::LightObject.
References AreaOpeningImageFilter().
|
virtual |
Set/Get whether the image spacing is used or not - defaults to true.
|
static |
Method for creation through the object factory.
|
inlineoverrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::LightObject.
Definition at line 126 of file itkAreaOpeningImageFilter.h.
|
virtual |
Set/Get whether the image spacing is used or not - defaults to true.
|
virtual |
Set/Get whether the image spacing is used or not - defaults to true.
|
virtual |
Set/Get whether the image spacing is used or not - defaults to true.
|
staticconstexpr |
Definition at line 82 of file itkAreaOpeningImageFilter.h.
Referenced by GenerateData().
|
private |
Definition at line 133 of file itkAreaOpeningImageFilter.h.
Referenced by AreaOpeningImageFilter(), and GenerateData().