#include <itkGrayscaleFunctionDilateImageFilter.h>
Grayscale function dilation of an image.
Dilate an image using functional grayscale morphology. Function dilation takes the maximum of all the pixels identified by the structuring element plus the structuring element value.
The structuring element can be composed of arbitrary nonnegative values (not restricted to zero or one). Element values greater than zero indicate pixels that will be considered during the dilation. The function dilation operation is defined as the maximum over the element of the image value PLUS the structuring element value.
For the each input image pixel,
Definition at line 50 of file itkGrayscaleFunctionDilateImageFilter.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | DefaultBoundaryConditionType |
using | KernelIteratorType |
using | KernelPixelType = typename TKernel::PixelType |
using | KernelType |
using | NeighborhoodIteratorType |
using | PixelType |
using | Pointer = SmartPointer<Self> |
using | Self = GrayscaleFunctionDilateImageFilter |
using | Superclass = MorphologyImageFilter<TInputImage, TOutputImage, TKernel> |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | DefaultBoundaryConditionType = ConstantBoundaryCondition<InputImageType> |
using | ImageBoundaryConditionConstPointerType = const ImageBoundaryCondition<InputImageType> * |
using | ImageBoundaryConditionPointerType = ImageBoundaryCondition<InputImageType> * |
using | IndexType = typename TInputImage::IndexType |
using | InputImageType = TInputImage |
using | KernelIteratorType = typename KernelType::ConstIterator |
using | KernelType = TKernel |
using | NeighborhoodIteratorType = ConstNeighborhoodIterator<TInputImage> |
using | OutputImageType = TOutputImage |
using | PixelType = typename TInputImage::PixelType |
using | Pointer = SmartPointer<Self> |
using | RadiusType = typename KernelType::SizeType |
using | RegionType = typename TInputImage::RegionType |
using | Self = MorphologyImageFilter |
using | SizeType = typename TInputImage::SizeType |
using | Superclass = KernelImageFilter<TInputImage, TOutputImage, TKernel> |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | FlatKernelType = FlatStructuringElement<(Self::ImageDimension)> |
using | IndexType = typename TInputImage::IndexType |
using | InputImageType = TInputImage |
using | InputPixelType = typename TInputImage::PixelType |
using | KernelType = TKernel |
using | OffsetType = typename TInputImage::OffsetType |
using | OutputImageType = TOutputImage |
using | OutputPixelType = typename TOutputImage::PixelType |
using | Pointer = SmartPointer<Self> |
using | RadiusType = typename TInputImage::SizeType |
using | RegionType = typename TInputImage::RegionType |
using | Self = KernelImageFilter |
using | SizeType = typename TInputImage::SizeType |
using | Superclass = BoxImageFilter<TInputImage, TOutputImage> |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | IndexType = typename TInputImage::IndexType |
using | InputImageType = TInputImage |
using | InputPixelType = typename TInputImage::PixelType |
using | OffsetType = typename TInputImage::OffsetType |
using | OutputImageType = TOutputImage |
using | OutputPixelType = typename TOutputImage::PixelType |
using | Pointer = SmartPointer<Self> |
using | RadiusType = typename TInputImage::SizeType |
using | RadiusValueType = typename TInputImage::SizeValueType |
using | RegionType = typename TInputImage::RegionType |
using | Self = BoxImageFilter |
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 | OutputImagePixelType |
using | OutputImageRegionType |
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 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 | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | KernelDimension = TKernel::NeighborhoodDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
DefaultBoundaryConditionType | m_DilateBoundaryCondition {} |
Additional Inherited Members | |
![]() | |
using | InputToOutputRegionCopierType |
using | OutputToInputRegionCopierType |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
KernelType | m_Kernel {} |
![]() | |
bool | m_DynamicMultiThreading { true } |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer = SmartPointer<const Self> |
Definition at line 60 of file itkGrayscaleFunctionDilateImageFilter.h.
using itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >::DefaultBoundaryConditionType |
Definition at line 101 of file itkMorphologyImageFilter.h.
using itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelIteratorType |
Kernel (structuring element) iterator.
Definition at line 110 of file itkMorphologyImageFilter.h.
using itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::KernelPixelType = typename TKernel::PixelType |
Type of the pixels in the Kernel.
Definition at line 89 of file itkGrayscaleFunctionDilateImageFilter.h.
using itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelType |
Kernel type alias.
Definition at line 107 of file itkMorphologyImageFilter.h.
using itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >::NeighborhoodIteratorType |
Neighborhood iterator type.
Definition at line 104 of file itkMorphologyImageFilter.h.
using itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >::PixelType |
Definition at line 92 of file itkMorphologyImageFilter.h.
using itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::Pointer = SmartPointer<Self> |
Definition at line 59 of file itkGrayscaleFunctionDilateImageFilter.h.
using itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::Self = GrayscaleFunctionDilateImageFilter |
Standard class type aliases.
Definition at line 57 of file itkGrayscaleFunctionDilateImageFilter.h.
using itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::Superclass = MorphologyImageFilter<TInputImage, TOutputImage, TKernel> |
Definition at line 58 of file itkGrayscaleFunctionDilateImageFilter.h.
|
protected |
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::BoxImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Evaluate image neighborhood with kernel to find the new value for the center pixel value
It will return the maximum value of the image pixels plus the structuring element values whose corresponding element in the structuring element is positive. This version of Evaluate is used for non-boundary pixels.
Implements itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
|
overridevirtual |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
References GrayscaleFunctionDilateImageFilter().
|
static |
Standard New method.
|
staticconstexpr |
ImageDimension constants
Definition at line 84 of file itkGrayscaleFunctionDilateImageFilter.h.
|
staticconstexpr |
Definition at line 86 of file itkGrayscaleFunctionDilateImageFilter.h.
|
private |
Definition at line 118 of file itkGrayscaleFunctionDilateImageFilter.h.
|
staticconstexpr |
Definition at line 85 of file itkGrayscaleFunctionDilateImageFilter.h.