ITK
5.0.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 https://hdl.handle.net/1926/555 http://www.insight-journal.org/browse/publication/160
Definition at line 45 of file itkFastApproximateRankImageFilter.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | FilterType = typename Superclass::FilterType |
using | IndexType = typename TInputImage::IndexType |
using | InputImageType = TInputImage |
using | OffsetType = typename TInputImage::OffsetType |
using | PixelType = typename TInputImage::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename TInputImage::SizeType |
using | RegionType = typename TInputImage::RegionType |
using | Self = FastApproximateRankImageFilter |
using | SizeType = typename TInputImage::SizeType |
using | Superclass = MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > > |
Public Types inherited from itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > > | |
using | CastType = CastImageFilter< InputImageType, OutputImageType > |
using | ConstPointer = SmartPointer< const Self > |
using | FilterType = RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > |
using | IndexType = typename TInputImage::IndexType |
using | InputImageType = TInputImage |
using | OffsetType = typename TInputImage::OffsetType |
using | OutputImageType = TOutputImage |
using | OutputPixelType = typename TOutputImage::PixelType |
using | PixelType = typename TInputImage::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename TInputImage::SizeType |
using | RegionType = typename TInputImage::RegionType |
using | Self = MiniPipelineSeparableImageFilter |
using | SizeType = typename TInputImage::SizeType |
using | Superclass = BoxImageFilter< TInputImage, TOutputImage > |
Public Types inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename TInputImage::IndexType |
using | InputImageType = TInputImage |
using | InputPixelType = typename TInputImage::PixelType |
using | OffsetType = typename TInputImage::OffsetType |
using | OutputImageType = TOutputImage |
using | OutputPixelType = typename TOutputImage::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename TInputImage::SizeType |
using | RadiusValueType = typename TInputImage::SizeValueType |
using | RegionType = typename TInputImage::RegionType |
using | Self = BoxImageFilter |
using | SizeType = typename TInputImage::SizeType |
using | Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TOutputImage > |
Public Types inherited from itk::ImageSource< TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
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 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 = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > > | |
static constexpr unsigned int | ImageDimension |
Static Public Attributes inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | ImageDimension = 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 | |
float | m_Rank |
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer< const Self > |
Definition at line 60 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::FilterType = typename Superclass::FilterType |
Definition at line 75 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::IndexType = typename TInputImage::IndexType |
Definition at line 72 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Image related type alias.
Definition at line 69 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::OffsetType = typename TInputImage::OffsetType |
Definition at line 74 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::PixelType = typename TInputImage::PixelType |
Definition at line 73 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer< Self > |
Definition at line 59 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::RadiusType = typename TInputImage::SizeType |
n-dimensional Kernel radius.
Definition at line 81 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::RegionType = typename TInputImage::RegionType |
Definition at line 70 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::Self = FastApproximateRankImageFilter |
Standard class type aliases.
Definition at line 54 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::SizeType = typename TInputImage::SizeType |
Definition at line 71 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::Superclass = MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > > |
Definition at line 57 of file itkFastApproximateRankImageFilter.h.
|
inlineprotected |
Definition at line 99 of file itkFastApproximateRankImageFilter.h.
References itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::m_Rank, and itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::SetRank().
|
inlineoverrideprotected |
Definition at line 106 of file itkFastApproximateRankImageFilter.h.
|
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.
|
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::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 108 of file itkFastApproximateRankImageFilter.h.
References itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::m_Rank, and itk::BoxImageFilter< TInputImage, TOutputImage >::PrintSelf().
|
inline |
Definition at line 83 of file itkFastApproximateRankImageFilter.h.
References itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > >::m_Filters, itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::m_Rank, and itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > >::Modified().
Referenced by itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::FastApproximateRankImageFilter().
|
static |
Image related type alias.
Definition at line 78 of file itkFastApproximateRankImageFilter.h.
|
private |
Definition at line 115 of file itkFastApproximateRankImageFilter.h.
Referenced by itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::FastApproximateRankImageFilter(), itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::PrintSelf(), and itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::SetRank().