ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorNeighborhoodOperatorImageFilter.h>
Applies a single scalar NeighborhoodOperator to an itk::Vector 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.
This filter assumes that the input and output images have pixels which are itk::Vectors of the same vector dimension. The input NeighbourhoodOperator must have a scalar type that matches the ValueType of vector pixels.
To apply a scalar NeighborhoodOperator to a scalar image use NeighborhoodOperatorImageFilter instead.
Definition at line 58 of file itkVectorNeighborhoodOperatorImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Member Functions | |
void | operator= (const Self &) |
VectorNeighborhoodOperatorImageFilter (const Self &) | |
Private Attributes | |
ImageBoundaryConditionPointerType | m_BoundsCondition |
Neighborhood< ScalarValueType, itkGetStaticConstMacro(ImageDimension) > | m_Operator |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 66 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef ImageBoundaryCondition< OutputImageType >* itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::ImageBoundaryConditionPointerType |
Typedef for generic boundary condition pointer
Definition at line 93 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef TInputImage::Pointer itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Extract some information from the image types. Dimensionality of the two images is assumed to be the same.
Definition at line 72 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef TInputImage itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::InputImageType |
Image typedef support
Definition at line 89 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef TInputImage::InternalPixelType itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::InputInternalPixelType |
Definition at line 81 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef TInputImage::PixelType itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 80 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef TOutputImage::Pointer itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 77 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef Superclass::OutputImageRegionType itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Definition at line 96 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef TOutputImage itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 90 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef TOutputImage::InternalPixelType itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::OutputInternalPixelType |
Definition at line 79 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef TOutputImage::PixelType itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 78 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef SmartPointer< Self > itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 65 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef OutputPixelType::ValueType itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::ScalarValueType |
Definition at line 82 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef VectorNeighborhoodOperatorImageFilter itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 63 of file itkVectorNeighborhoodOperatorImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 64 of file itkVectorNeighborhoodOperatorImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 138 of file itkVectorNeighborhoodOperatorImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 139 of file itkVectorNeighborhoodOperatorImageFilter.h.
|
private |
|
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.
|
virtual |
VectorNeighborhoodOperatorImageFilter needs a larger input requested region than the output requested region. As such, VectorNeighborhoodOperatorImageFilter needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
private |
|
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 114 of file itkVectorNeighborhoodOperatorImageFilter.h.
|
inlineprotectedvirtual |
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 154 of file itkVectorNeighborhoodOperatorImageFilter.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 101 of file itkVectorNeighborhoodOperatorImageFilter.h.
|
protectedvirtual |
VectorNeighborhoodOperatorImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a ThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling ThreadedGenerateData(). ThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"
Reimplemented from itk::ImageSource< TOutputImage >.
itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< typename TInputImage::PixelType::ValueType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TInputImage::PixelType::ValueType > )
itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< typename TOutputImage::PixelType::ValueType > | ) |
This class requires OutputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TOutputImage::PixelType::ValueType > )
|
static |
Determine image dimension.
Definition at line 86 of file itkVectorNeighborhoodOperatorImageFilter.h.
|
private |
Pointer to a persistent boundary condition object used for the image iterator.
Definition at line 169 of file itkVectorNeighborhoodOperatorImageFilter.h.
|
private |
Pointer to the internal operator used to filter the image.
Definition at line 165 of file itkVectorNeighborhoodOperatorImageFilter.h.