ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkFastApproximateRankImageFilter.h>
A separable rank filter.
Medians aren't separable, but if you want a large robust smoother to be relatively quick then it is worthwhile pretending that they are.
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 45 of file itkFastApproximateRankImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::FilterType | FilterType |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef TInputImage::OffsetType | OffsetType |
typedef TInputImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef TInputImage::SizeType | RadiusType |
typedef TInputImage::RegionType | RegionType |
typedef FastApproximateRankImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef MiniPipelineSeparableImageFilter < TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement < TInputImage::ImageDimension > > > | Superclass |
Public Types inherited from itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > > | |
typedef CastImageFilter < InputImageType, OutputImageType > | CastType |
typedef SmartPointer< const Self > | ConstPointer |
typedef RankImageFilter < TInputImage, TInputImage, FlatStructuringElement < TInputImage::ImageDimension > > | 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::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > > | |
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::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > > | |
static const unsigned int | 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 | |
FastApproximateRankImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
float | m_Rank |
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::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > > | |
CastType::Pointer | m_Cast |
FilterType::Pointer | m_Filters [ImageDimension] |
typedef SmartPointer< const Self > itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 58 of file itkFastApproximateRankImageFilter.h.
typedef Superclass::FilterType itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::FilterType |
Definition at line 73 of file itkFastApproximateRankImageFilter.h.
typedef TInputImage::IndexType itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::IndexType |
Definition at line 70 of file itkFastApproximateRankImageFilter.h.
typedef TInputImage itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::InputImageType |
Image related typedefs.
Definition at line 64 of file itkFastApproximateRankImageFilter.h.
typedef TInputImage::OffsetType itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::OffsetType |
Definition at line 72 of file itkFastApproximateRankImageFilter.h.
typedef TInputImage::PixelType itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::PixelType |
Definition at line 71 of file itkFastApproximateRankImageFilter.h.
typedef SmartPointer< Self > itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 57 of file itkFastApproximateRankImageFilter.h.
typedef TInputImage::SizeType itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::RadiusType |
n-dimensional Kernel radius.
Definition at line 80 of file itkFastApproximateRankImageFilter.h.
typedef TInputImage::RegionType itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::RegionType |
Definition at line 68 of file itkFastApproximateRankImageFilter.h.
typedef FastApproximateRankImageFilter itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 52 of file itkFastApproximateRankImageFilter.h.
typedef TInputImage::SizeType itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::SizeType |
Definition at line 69 of file itkFastApproximateRankImageFilter.h.
typedef MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > > itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 55 of file itkFastApproximateRankImageFilter.h.
|
inlineprotected |
Definition at line 98 of file itkFastApproximateRankImageFilter.h.
|
inlineprotected |
Definition at line 105 of file itkFastApproximateRankImageFilter.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::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > >.
|
virtual |
|
static |
Standard New method.
|
private |
|
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::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 107 of file itkFastApproximateRankImageFilter.h.
|
inline |
Definition at line 82 of file itkFastApproximateRankImageFilter.h.
|
static |
Image related typedefs.
Definition at line 77 of file itkFastApproximateRankImageFilter.h.
|
private |
Definition at line 117 of file itkFastApproximateRankImageFilter.h.