![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkAreaOpeningImageFilter.h>
Public Types | |
using | AttributeType = TAttribute |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename TInputImage::IndexType |
using | InputInternalPixelType = typename TInputImage::InternalPixelType |
using | InputPixelType = typename TInputImage::PixelType |
using | OffsetType = typename TInputImage::OffsetType |
using | OutputInternalPixelType = typename TOutputImage::InternalPixelType |
using | OutputPixelType = typename TOutputImage::PixelType |
using | Pointer = SmartPointer< Self > |
using | Self = AreaOpeningImageFilter |
using | SizeType = typename TInputImage::SizeType |
using | Superclass = AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, std::greater< typename TInputImage::PixelType > > |
![]() | |
using | AttributeType = TAttribute |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename TInputImage::IndexType |
using | InputImageType = TInputImage |
using | InputInternalPixelType = typename TInputImage::InternalPixelType |
using | InputPixelType = typename TInputImage::PixelType |
using | ListType = std::list< IndexType > |
using | OffsetType = typename TInputImage::OffsetType |
using | OutputImageType = TOutputImage |
using | OutputInternalPixelType = typename TOutputImage::InternalPixelType |
using | OutputPixelType = typename TOutputImage::PixelType |
using | Pointer = SmartPointer< Self > |
using | RegionType = typename TOutputImage::RegionType |
using | Self = AttributeMorphologyBaseImageFilter |
using | SizeType = typename TInputImage::SizeType |
using | Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
![]() | |
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 = TInputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TOutputImage > |
![]() | |
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 = TOutputImage |
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 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 {} |
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://www.insight-journal.org/browse/publication/203
Definition at line 50 of file itkAreaOpeningImageFilter.h.
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 = AttributeMorphologyBaseImageFilter<TInputImage, TOutputImage, TAttribute, std::greater<typename TInputImage::PixelType> > |
Definition at line 64 of file itkAreaOpeningImageFilter.h.
|
inlineprotected |
Definition at line 99 of file itkAreaOpeningImageFilter.h.
References itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::m_UseImageSpacing.
|
overrideprotecteddefault |
|
inlineoverrideprotectedvirtual |
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling DynamicThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter can be threaded, it should NOT provide a GenerateData() method but should provide a DynamicThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 104 of file itkAreaOpeningImageFilter.h.
References itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, TFunction >::GenerateData(), itk::ImageToImageFilter< TInputImage, TOutputImage >::GetInput(), itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::ImageDimension, itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, std::greater< TInputImage::PixelType > >::m_AttributeValuePerPixel, and itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::m_UseImageSpacing.
|
virtual |
Runtime information support.
Reimplemented from itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, std::greater< TInputImage::PixelType > >.
|
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::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 124 of file itkAreaOpeningImageFilter.h.
References itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::m_UseImageSpacing, and itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, TFunction >::PrintSelf().
|
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 itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::GenerateData().
|
private |
Definition at line 131 of file itkAreaOpeningImageFilter.h.
Referenced by itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::AreaOpeningImageFilter(), itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::GenerateData(), and itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >::PrintSelf().