![]() |
ITK
5.4.0
Insight Toolkit
|
#include <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 > >> |
![]() | |
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 > |
![]() | |
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 > |
![]() | |
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 > |
![]() | |
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 |
![]() | |
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 |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TInputImage::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 {} |
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 https://www.insight-journal.org/browse/publication/160
Definition at line 45 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 62 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::IndexType = typename TInputImage::IndexType |
Definition at line 74 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Image related type alias.
Definition at line 71 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::OffsetType = typename TInputImage::OffsetType |
Definition at line 76 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::PixelType = typename TInputImage::PixelType |
Definition at line 75 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 61 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::RadiusType = typename TInputImage::SizeType |
n-dimensional Kernel radius.
Definition at line 83 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::RegionType = typename TInputImage::RegionType |
Definition at line 72 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::Self = FastApproximateRankImageFilter |
Standard class type aliases.
Definition at line 55 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::SizeType = typename TInputImage::SizeType |
Definition at line 73 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::Superclass = MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter<TInputImage, TInputImage, FlatStructuringElement<TInputImage::ImageDimension> >> |
Definition at line 59 of file itkFastApproximateRankImageFilter.h.
|
inlineprotected |
Definition at line 102 of file itkFastApproximateRankImageFilter.h.
References itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::m_Rank, and itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::SetRank().
|
overrideprotecteddefault |
|
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 112 of file itkFastApproximateRankImageFilter.h.
References itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::m_Rank, and itk::BoxImageFilter< TInputImage, TOutputImage >::PrintSelf().
|
inline |
Definition at line 86 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 80 of file itkFastApproximateRankImageFilter.h.
|
private |
Definition at line 119 of file itkFastApproximateRankImageFilter.h.
Referenced by itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::FastApproximateRankImageFilter(), itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::PrintSelf(), and itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::SetRank().