ITK
5.2.0
Insight Toolkit
|
#include <itkGPUDiscreteGaussianImageFilter.h>
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::GPUImageToImageFilter< TInputImage, TOutputImage, DiscreteGaussianImageFilter< TInputImage, TOutputImage > > | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::DiscreteGaussianImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | ImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
FirstFilterType::Pointer | m_FirstFilter |
std::vector< typename IntermediateFilterType::Pointer > | m_IntermediateFilters |
LastFilterType::Pointer | m_LastFilter |
SingleFilterType::Pointer | m_SingleFilter |
Blurs an image by separable convolution with discrete gaussian kernels. This filter performs Gaussian blurring by separable convolution of an image and a discrete Gaussian operator (kernel). GPUNeighborhoodOperatorImageFilter is used to compute 1D directional discrete Gaussian filtering for each axis.
The variance or standard deviation (sigma) will be evaluated as pixel units if SetUseImageSpacing is off (false) or as physical units if SetUseImageSpacing is on (true, default). The variance can be set independently in each dimension.
When the Gaussian kernel is small, this filter tends to run faster than itk::RecursiveGaussianImageFilter.
Definition at line 51 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 62 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::CPUSuperclass = DiscreteGaussianImageFilter<TInputImage, TOutputImage> |
Definition at line 59 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::FirstFilterType = GPUNeighborhoodOperatorImageFilter<InputImageType, RealOutputImageType, RealOutputPixelValueType> |
Definition at line 93 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::GPUSuperclass = GPUImageToImageFilter<TInputImage, TOutputImage, CPUSuperclass> |
Definition at line 60 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Image type information.
Definition at line 71 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::InputInternalPixelType = typename TInputImage::InternalPixelType |
Definition at line 83 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::InputPixelType = typename TInputImage::PixelType |
Definition at line 82 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::InputPixelValueType = typename NumericTraits<InputPixelType>::ValueType |
Pixel value type for Vector pixel types
Definition at line 86 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::IntermediateFilterType = GPUNeighborhoodOperatorImageFilter<RealOutputImageType, RealOutputImageType, RealOutputPixelValueType> |
Definition at line 95 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::LastFilterType = GPUNeighborhoodOperatorImageFilter<RealOutputImageType, OutputImageType, RealOutputPixelValueType> |
Definition at line 97 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 72 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::OutputInternalPixelType = typename TOutputImage::InternalPixelType |
Definition at line 81 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::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 80 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::OutputPixelValueType = typename NumericTraits<OutputPixelType>::ValueType |
Definition at line 87 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 61 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::RealOutputImageType = GPUImage<OutputPixelType, ImageDimension> |
Definition at line 90 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::RealOutputPixelType = OutputPixelType |
Definition at line 89 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::RealOutputPixelValueType = typename NumericTraits<RealOutputPixelType>::ValueType |
Definition at line 91 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::Self = GPUDiscreteGaussianImageFilter |
Standard class type aliases.
Definition at line 58 of file itkGPUDiscreteGaussianImageFilter.h.
using itk::GPUDiscreteGaussianImageFilter< TInputImage, TOutputImage >::SingleFilterType = GPUNeighborhoodOperatorImageFilter<InputImageType, OutputImageType, RealOutputPixelValueType> |
Definition at line 99 of file itkGPUDiscreteGaussianImageFilter.h.
|
protected |
|
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::DiscreteGaussianImageFilter< TInputImage, TOutputImage >.
|
overridevirtual |
DiscreteGaussianImageFilter needs a larger input requested region than the output requested region (larger by the size of the Gaussian kernel). As such, DiscreteGaussianImageFilter needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.
Reimplemented from itk::DiscreteGaussianImageFilter< TInputImage, TOutputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUImageToImageFilter< TInputImage, TOutputImage, DiscreteGaussianImageFilter< TInputImage, TOutputImage > >.
|
overrideprotectedvirtual |
Standard GPU pipeline method.
Reimplemented from itk::GPUImageToImageFilter< TInputImage, TOutputImage, DiscreteGaussianImageFilter< TInputImage, TOutputImage > >.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
The variance of the gaussian blurring kernel in each dimensional direction.
Reimplemented from itk::DiscreteGaussianImageFilter< TInputImage, TOutputImage >.
|
staticconstexpr |
Extract some information from the image types. Dimensionality of the two images is assumed to be the same.
Definition at line 76 of file itkGPUDiscreteGaussianImageFilter.h.
|
private |
Intermediate 1D Gaussian filters
Definition at line 117 of file itkGPUDiscreteGaussianImageFilter.h.
|
private |
Definition at line 119 of file itkGPUDiscreteGaussianImageFilter.h.
|
private |
Definition at line 118 of file itkGPUDiscreteGaussianImageFilter.h.
|
private |
Definition at line 120 of file itkGPUDiscreteGaussianImageFilter.h.