RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkSoftThresholdImageFilter.h>
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 | |
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.
using rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 100 of file rtkSoftThresholdImageFilter.h.
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.
using rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::InputPixelType = typename TInputImage::PixelType |
Pixel types.
Definition at line 114 of file rtkSoftThresholdImageFilter.h.
using rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType |
Definition at line 115 of file rtkSoftThresholdImageFilter.h.
using rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 99 of file rtkSoftThresholdImageFilter.h.
using rtk::SoftThresholdImageFilter< TInputImage, TOutputImage >::Self = SoftThresholdImageFilter |
Standard class type alias.
Definition at line 93 of file rtkSoftThresholdImageFilter.h.
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.
|
protected |
Begin concept checking End concept checking
|
overrideprotecteddefault |
|
virtual |
Reimplemented from itk::Object.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
virtual |
Set the threshold