ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkNeighborhoodOperatorImageFilter.h>
Applies a single NeighborhoodOperator to an image region.
This filter calculates successive inner products between a single NeighborhoodOperator and a NeighborhoodIterator, which is swept across every pixel in an image region. For operators that are symmetric across their axes, the result is a fast convolution with the image region. Apply the mirror()'d operator for non-symmetric NeighborhoodOperators.
Definition at line 51 of file itkNeighborhoodOperatorImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TOutputImage::ImageDimension |
static constexpr unsigned int | InputImageDimension = TInputImage::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 | |
ImageBoundaryConditionPointerType | m_BoundsCondition |
DefaultBoundaryCondition | m_DefaultBoundaryCondition |
OutputNeighborhoodType | m_Operator |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ImageSource< TOutputImage > | |
bool | m_DynamicMultiThreading |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::ComputingPixelType = typename NumericTraits<OutputPixelType>::RealType |
Definition at line 78 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::ConstPointer = SmartPointer< const Self > |
Definition at line 61 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::DefaultBoundaryCondition = ZeroFluxNeumannBoundaryCondition< InputImageType > |
Typedef for the default boundary condition
Definition at line 94 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::ImageBoundaryConditionPointerType = ImageBoundaryCondition<InputImageType> * |
Typedef for generic boundary condition pointer.
Definition at line 91 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 88 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::InputImageType = TInputImage |
Image type alias support
Definition at line 86 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::InputInternalPixelType = typename TInputImage::InternalPixelType |
Definition at line 74 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::InputPixelType = typename TInputImage::PixelType |
Definition at line 73 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::InputPixelValueType = typename NumericTraits<InputPixelType>::ValueType |
Definition at line 77 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::OperatorValueType = TOperatorValueType |
Definition at line 75 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::OutputImageRegionType = typename Superclass::OutputImageRegionType |
Superclass type alias.
Definition at line 97 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::OutputImageType = TOutputImage |
Definition at line 87 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::OutputInternalPixelType = typename TOutputImage::InternalPixelType |
Definition at line 72 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::OutputNeighborhoodType = Neighborhood< OperatorValueType, Self::ImageDimension > |
Neighborhood types
Definition at line 101 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::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 71 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::Pointer = SmartPointer< Self > |
Definition at line 60 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::Self = NeighborhoodOperatorImageFilter |
Standard "Self" & Superclass type alias.
Definition at line 58 of file itkNeighborhoodOperatorImageFilter.h.
using itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >::Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
Definition at line 59 of file itkNeighborhoodOperatorImageFilter.h.
|
inlineprotected |
Definition at line 154 of file itkNeighborhoodOperatorImageFilter.h.
|
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::Object.
Reimplemented in itk::NormalizedCorrelationImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >.
|
overrideprotectedvirtual |
NeighborhoodOperatorImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a DynamicThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling DynamicThreadedGenerateData(). DynamicThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"
Reimplemented from itk::ImageSource< TOutputImage >.
Reimplemented in itk::NormalizedCorrelationImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >.
|
overridevirtual |
NeighborhoodOperatorImageFilter needs a larger input requested region than the output requested region. As such, NeighborhoodOperatorImageFilter needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::NormalizedCorrelationImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >.
|
inline |
Get the boundary condition specified
Definition at line 126 of file itkNeighborhoodOperatorImageFilter.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >, and itk::NormalizedCorrelationImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >.
|
inline |
Get the operator that is used to filter the image.
Definition at line 114 of file itkNeighborhoodOperatorImageFilter.h.
|
static |
Method for creation through the object factory.
|
inline |
Allows a user to override the internal boundary condition. Care should be be taken to ensure that the overriding boundary condition is a persistent object during the time it is referenced. The overriding condition can be of a different type than the default type as long as it is a subclass of ImageBoundaryCondition.
Definition at line 122 of file itkNeighborhoodOperatorImageFilter.h.
|
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 >.
Reimplemented in itk::NormalizedCorrelationImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >.
Definition at line 175 of file itkNeighborhoodOperatorImageFilter.h.
|
inline |
Sets the operator that is used to filter the image. Note that the operator is stored as an internal COPY (it is not part of the pipeline).
Definition at line 106 of file itkNeighborhoodOperatorImageFilter.h.
|
static |
Extract some information from the image types. Dimensionality of the two images is assumed to be the same.
Definition at line 82 of file itkNeighborhoodOperatorImageFilter.h.
|
static |
Definition at line 83 of file itkNeighborhoodOperatorImageFilter.h.
|
private |
Pointer to a persistent boundary condition object used for the image iterator.
Definition at line 184 of file itkNeighborhoodOperatorImageFilter.h.
|
private |
Default boundary condition
Definition at line 187 of file itkNeighborhoodOperatorImageFilter.h.
|
private |
Internal operator used to filter the image.
Definition at line 180 of file itkNeighborhoodOperatorImageFilter.h.