#include <itkSigmoidImageFilter.h>
Inheritance diagram for itk::SigmoidImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef SigmoidImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sigmoid< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TOutputImage::PixelType | OutputPixelType |
Public Member Functions | |
void | SetAlpha (double alpha) |
void | SetBeta (double beta) |
void | SetOutputMinimum (OutputPixelType min) |
void | SetOutputMaximum (OutputPixelType max) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
SigmoidImageFilter () | |
virtual | ~SigmoidImageFilter () |
A linear transformation is applied first on the argument of the sigmoid fuction. The resulting total transfrom is given by
Every output pixel is equal to f(x). Where x is the intensity of the homologous input pixel, and alpha and beta are user-provided constants.
Definition at line 97 of file itkSigmoidImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 111 of file itkSigmoidImageFilter.h. |
|
Definition at line 113 of file itkSigmoidImageFilter.h. Referenced by itk::SigmoidImageFilter< TInputImage, TOutputImage >::SetOutputMaximum(), and itk::SigmoidImageFilter< TInputImage, TOutputImage >::SetOutputMinimum(). |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 110 of file itkSigmoidImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 106 of file itkSigmoidImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 109 of file itkSigmoidImageFilter.h. |
|
Definition at line 159 of file itkSigmoidImageFilter.h. |
|
Definition at line 160 of file itkSigmoidImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |
|
Definition at line 118 of file itkSigmoidImageFilter.h. |
|
Definition at line 128 of file itkSigmoidImageFilter.h. |
|
Definition at line 148 of file itkSigmoidImageFilter.h. References itk::SigmoidImageFilter< TInputImage, TOutputImage >::OutputPixelType. |
|
Definition at line 138 of file itkSigmoidImageFilter.h. References itk::SigmoidImageFilter< TInputImage, TOutputImage >::OutputPixelType. |