ITK
5.2.0
Insight Toolkit
|
#include <itkBinomialBlurImageFilter.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename TOutputImage::IndexType |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageType = TInputImage |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename TOutputImage::RegionType |
using | OutputImageType = TOutputImage |
using | PixelType = typename TOutputImage::PixelType |
using | Pointer = SmartPointer< Self > |
using | Self = BinomialBlurImageFilter |
using | SizeType = Size< Self::NDimensions > |
using | Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
Public Types inherited from itk::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 = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TOutputImage > |
Public Types inherited from itk::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 |
Public Types inherited from itk::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 |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | NDimensions = TInputImage::ImageDimension |
static constexpr unsigned int | NOutputDimensions = 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 |
unsigned int | m_Repetitions |
virtual void | SetRepetitions (unsigned int _arg) |
virtual unsigned int | GetRepetitions () const |
void | GenerateInputRequestedRegion () override |
BinomialBlurImageFilter () | |
~BinomialBlurImageFilter () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | GenerateData () override |
Performs a separable blur on each dimension of an image.
The binomial blur consists of a nearest neighbor average along each image dimension. The net result after n-iterations approaches convolution with a gaussian.
Definition at line 44 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 53 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::IndexType = typename TOutputImage::IndexType |
Image index type alias
Definition at line 76 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::InputImageConstPointer = typename InputImageType::ConstPointer |
Definition at line 70 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 69 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Typedef for images
Definition at line 66 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 68 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Typedef to describe the output image region type.
Definition at line 82 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 67 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::PixelType = typename TOutputImage::PixelType |
Image pixel value type alias
Definition at line 79 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 52 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::Self = BinomialBlurImageFilter |
Standard class type aliases.
Definition at line 50 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::SizeType = Size<Self::NDimensions> |
Image size type alias
Definition at line 73 of file itkBinomialBlurImageFilter.h.
using itk::BinomialBlurImageFilter< TInputImage, TOutputImage >::Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 51 of file itkBinomialBlurImageFilter.h.
|
protected |
How many times should we apply the blur?
|
overrideprotecteddefault |
How many times should we apply the blur?
|
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::Object.
|
overrideprotectedvirtual |
Method for evaluating the implicit function over the image.
Reimplemented from itk::ImageSource< TOutputImage >.
|
overridevirtual |
This filter needs to request a larger input than its requested output. If this filter runs "Repetitions" iterations, then it needs an input that is 2*Repetitions larger than the output. In other words, this filter needs a border of "Repetitions" pixels.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
How many times should we apply the blur?
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
How many times should we apply the blur?
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Get and set the number of times to repeat the filter.
|
private |
How many times should we apply the blur?
Definition at line 116 of file itkBinomialBlurImageFilter.h.
|
staticconstexpr |
Number of dimensions
Definition at line 62 of file itkBinomialBlurImageFilter.h.
|
staticconstexpr |
Definition at line 63 of file itkBinomialBlurImageFilter.h.