ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkBoxSigmaImageFilter.h>
Implements a fast rectangular sigma filter using the accumulator approach.
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 41 of file itkBoxSigmaImageFilter.h.
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 | OutputImageDimension = TOutputImage::ImageDimension |
static const unsigned int | InputImageDimension = 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 |
Private Member Functions | |
BoxSigmaImageFilter (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) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 49 of file itkBoxSigmaImageFilter.h.
typedef TInputImage::IndexType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::IndexType |
Definition at line 62 of file itkBoxSigmaImageFilter.h.
typedef TInputImage itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::InputImageType |
Image related typedefs.
Definition at line 55 of file itkBoxSigmaImageFilter.h.
typedef TInputImage::OffsetType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::OffsetType |
Definition at line 64 of file itkBoxSigmaImageFilter.h.
typedef Superclass::OutputImageRegionType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 65 of file itkBoxSigmaImageFilter.h.
typedef TOutputImage itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 59 of file itkBoxSigmaImageFilter.h.
typedef TOutputImage::PixelType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 66 of file itkBoxSigmaImageFilter.h.
typedef TInputImage::PixelType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::PixelType |
Definition at line 63 of file itkBoxSigmaImageFilter.h.
typedef SmartPointer< Self > itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 48 of file itkBoxSigmaImageFilter.h.
typedef TInputImage::RegionType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::RegionType |
Definition at line 60 of file itkBoxSigmaImageFilter.h.
typedef BoxSigmaImageFilter itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 46 of file itkBoxSigmaImageFilter.h.
typedef TInputImage::SizeType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::SizeType |
Definition at line 61 of file itkBoxSigmaImageFilter.h.
typedef BoxImageFilter< TInputImage, TOutputImage > itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 47 of file itkBoxSigmaImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
Definition at line 86 of file itkBoxSigmaImageFilter.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 >.
|
virtual |
Runtime information support.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
|
static |
Standard New method.
|
private |
|
protectedvirtual |
Multi-thread version GenerateData.
Reimplemented from itk::ImageSource< TOutputImage >.
itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | ) |
Begin concept checking This class requires SameDimension in the form of ( Concept::SameDimension< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > )
|
static |
Image related typedefs.
Definition at line 72 of file itkBoxSigmaImageFilter.h.
|
static |
Image related typedefs.
Definition at line 70 of file itkBoxSigmaImageFilter.h.