RTK  2.5.0
Reconstruction Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
rtk::SoftThresholdImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <rtkSoftThresholdImageFilter.h>

+ Inheritance diagram for rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >:

Public Types

using ConstPointer = itk::SmartPointer< const Self >
 
using InputPixelObjectType = itk::SimpleDataObjectDecorator< InputPixelType >
 
using InputPixelType = typename TInputImage::PixelType
 
using OutputPixelType = typename TOutputImage::PixelType
 
using Pointer = itk::SmartPointer< Self >
 
using Self = SoftThresholdImageFilter
 
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SoftThreshold< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual void SetThreshold (const InputPixelType threshold)
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 SoftThresholdImageFilter ()
 
 ~SoftThresholdImageFilter () override=default
 

Detailed Description

template<class TInputImage, class TOutputImage>
class rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >

Soft thresholds an image.

This filter produces an output image whose pixels are max(x-t,0).sign(x) where x is the corresponding input pixel value and t the threshold

Definition at line 83 of file rtkSoftThresholdImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage >
using rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self>

Definition at line 100 of file rtkSoftThresholdImageFilter.h.

◆ InputPixelObjectType

template<class TInputImage , class TOutputImage >
using rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::InputPixelObjectType = itk::SimpleDataObjectDecorator<InputPixelType>

Type of DataObjects to use for scalar inputs

Definition at line 118 of file rtkSoftThresholdImageFilter.h.

◆ InputPixelType

template<class TInputImage , class TOutputImage >
using rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::InputPixelType = typename TInputImage::PixelType

Pixel types.

Definition at line 114 of file rtkSoftThresholdImageFilter.h.

◆ OutputPixelType

template<class TInputImage , class TOutputImage >
using rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType

Definition at line 115 of file rtkSoftThresholdImageFilter.h.

◆ Pointer

template<class TInputImage , class TOutputImage >
using rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self>

Definition at line 99 of file rtkSoftThresholdImageFilter.h.

◆ Self

template<class TInputImage , class TOutputImage >
using rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::Self = SoftThresholdImageFilter

Standard class type alias.

Definition at line 93 of file rtkSoftThresholdImageFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SoftThreshold<typename TInputImage::PixelType, typename TOutputImage::PixelType> > rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::Superclass

Definition at line 98 of file rtkSoftThresholdImageFilter.h.

Constructor & Destructor Documentation

◆ SoftThresholdImageFilter()

template<class TInputImage , class TOutputImage >
rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::SoftThresholdImageFilter ( )
protected

Begin concept checking End concept checking

◆ ~SoftThresholdImageFilter()

template<class TInputImage , class TOutputImage >
rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::~SoftThresholdImageFilter ( )
overrideprotecteddefault

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::CreateAnother ( ) const
virtual

Reimplemented from itk::Object.

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage >
virtual const char* rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.

◆ New()

template<class TInputImage , class TOutputImage >
static Pointer rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

◆ SetThreshold()

template<class TInputImage , class TOutputImage >
virtual void rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::SetThreshold ( const InputPixelType  threshold)
virtual

Set the threshold


The documentation for this class was generated from the following file: