ITK
5.2.0
Insight Toolkit
|
#include <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 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 |
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.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 62 of file itkFastApproximateRankImageFilter.h.
using itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >::FilterType = typename Superclass::FilterType |
Definition at line 77 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 |
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 |
Typedef for the region copier function object that converts an input region to an output region.
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().