#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.
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension |
static constexpr unsigned int | ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
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::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > >::FilterType |
Definition at line 77 of file itkMiniPipelineSeparableImageFilter.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 |
Definition at line 55 of file itkFastApproximateRankImageFilter.h.
|
inlineprotected |
Definition at line 101 of file itkFastApproximateRankImageFilter.h.
References m_Rank, and SetRank().
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
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 >.
|
overridevirtual |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
References FastApproximateRankImageFilter().
|
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 m_Rank, and itk::ImageSource< TOutputImage >::PrintSelf().
|
inline |
Definition at line 85 of file itkFastApproximateRankImageFilter.h.
References itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > >::m_Filters, m_Rank, and itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< TInputImage::ImageDimension > > >::Modified().
Referenced by 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 FastApproximateRankImageFilter(), PrintSelf(), and SetRank().