ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkMiniPipelineSeparableImageFilter.h>
A separable filter for filter which are using radius.
This filter takes a non separable implementation of a neighborhood filter, and run it several times (one per dimension) to implement the same separable transform. This filter can be used with the filter for which the neighborhood is defined by the SetRadius() method, like the BoxImageFilter and its subcalsses.
This code was contributed in the Insight Journal paper: "Efficient implementation of kernel filtering" by Beare R., Lehmann G http://hdl.handle.net/1926/555 http://www.insight-journal.org/browse/publication/160
Definition at line 50 of file itkMiniPipelineSeparableImageFilter.h.
Public Types | |
typedef CastImageFilter < InputImageType, OutputImageType > | CastType |
typedef SmartPointer< const Self > | ConstPointer |
typedef TFilter | FilterType |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef TInputImage::OffsetType | OffsetType |
typedef TOutputImage | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef TInputImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef TInputImage::SizeType | RadiusType |
typedef TInputImage::RegionType | RegionType |
typedef MiniPipelineSeparableImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef BoxImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef TInputImage::PixelType | InputPixelType |
typedef TInputImage::OffsetType | OffsetType |
typedef TOutputImage | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef SmartPointer< Self > | Pointer |
typedef TInputImage::SizeType | RadiusType |
typedef TInputImage::SizeValueType | RadiusValueType |
typedef TInputImage::RegionType | RegionType |
typedef BoxImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TOutputImage > | Superclass |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | ImageDimension = TInputImage::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 |
Protected Attributes | |
CastType::Pointer | m_Cast |
FilterType::Pointer | m_Filters [ImageDimension] |
Private Member Functions | |
MiniPipelineSeparableImageFilter (const Self &) | |
void | operator= (const Self &) |
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 const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
typedef CastImageFilter< InputImageType, OutputImageType > itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::CastType |
Definition at line 79 of file itkMiniPipelineSeparableImageFilter.h.
typedef SmartPointer< const Self > itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::ConstPointer |
Definition at line 58 of file itkMiniPipelineSeparableImageFilter.h.
typedef TFilter itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::FilterType |
Definition at line 78 of file itkMiniPipelineSeparableImageFilter.h.
typedef TInputImage::IndexType itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::IndexType |
Definition at line 71 of file itkMiniPipelineSeparableImageFilter.h.
typedef TInputImage itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::InputImageType |
Image related typedefs.
Definition at line 65 of file itkMiniPipelineSeparableImageFilter.h.
typedef TInputImage::OffsetType itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::OffsetType |
Definition at line 73 of file itkMiniPipelineSeparableImageFilter.h.
typedef TOutputImage itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::OutputImageType |
Definition at line 75 of file itkMiniPipelineSeparableImageFilter.h.
typedef TOutputImage::PixelType itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::OutputPixelType |
Definition at line 76 of file itkMiniPipelineSeparableImageFilter.h.
typedef TInputImage::PixelType itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::PixelType |
Definition at line 72 of file itkMiniPipelineSeparableImageFilter.h.
typedef SmartPointer< Self > itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::Pointer |
Definition at line 57 of file itkMiniPipelineSeparableImageFilter.h.
typedef TInputImage::SizeType itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::RadiusType |
n-dimensional Kernel radius.
Definition at line 85 of file itkMiniPipelineSeparableImageFilter.h.
typedef TInputImage::RegionType itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::RegionType |
Definition at line 69 of file itkMiniPipelineSeparableImageFilter.h.
typedef MiniPipelineSeparableImageFilter itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::Self |
Standard class typedefs.
Definition at line 55 of file itkMiniPipelineSeparableImageFilter.h.
typedef TInputImage::SizeType itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::SizeType |
Definition at line 70 of file itkMiniPipelineSeparableImageFilter.h.
typedef BoxImageFilter< TInputImage, TOutputImage > itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >::Superclass |
Definition at line 56 of file itkMiniPipelineSeparableImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 101 of file itkMiniPipelineSeparableImageFilter.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::BoxImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Runtime information support.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >.
|
virtual |
Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data.
Reimplemented from itk::Object.
|
static |
Standard New method.
|
private |
|
virtual |
Get/Set the number of threads to create when executing.
Reimplemented from itk::ProcessObject.
|
virtual |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
|
inlinevirtual |
Definition at line 89 of file itkMiniPipelineSeparableImageFilter.h.
|
static |
Image related typedefs.
Definition at line 82 of file itkMiniPipelineSeparableImageFilter.h.
|
protected |
Definition at line 106 of file itkMiniPipelineSeparableImageFilter.h.
|
protected |
Definition at line 105 of file itkMiniPipelineSeparableImageFilter.h.