ITK
6.0.0
Insight 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://doi.org/10.54294/igq8fn
Definition at line 44 of file itkFastApproximateRankImageFilter.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
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 | 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 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 61 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::IndexType = typename TInputImage::IndexType |
Definition at line 73 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Image related type alias.
Definition at line 70 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::OffsetType = typename TInputImage::OffsetType |
Definition at line 75 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::PixelType = typename TInputImage::PixelType |
Definition at line 74 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 60 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::RadiusType = typename TInputImage::SizeType |
n-dimensional Kernel radius.
Definition at line 82 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::RegionType = typename TInputImage::RegionType |
Definition at line 71 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 72 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::Superclass = MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter<TInputImage, TInputImage, FlatStructuringElement<TInputImage::ImageDimension> >> |
Definition at line 55 of file itkFastApproximateRankImageFilter.h.
|
inlineprotected |
Definition at line 101 of file itkFastApproximateRankImageFilter.h.
References itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::m_Rank, and itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::SetRank().
|
overrideprotecteddefault |
|
overridevirtual |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
|
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 111 of file itkFastApproximateRankImageFilter.h.
References itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::m_Rank, and itk::BoxImageFilter< TInputImage, TOutputImage >::PrintSelf().
|
inline |
Definition at line 85 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().
|
staticconstexpr |
Image related type alias.
Definition at line 79 of file itkFastApproximateRankImageFilter.h.
|
private |
Definition at line 118 of file itkFastApproximateRankImageFilter.h.
Referenced by itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::FastApproximateRankImageFilter(), itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::PrintSelf(), and itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::SetRank().