ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkSigmoidImageFilter.h>
Additional Inherited Members |
Computes the sigmoid function pixel-wise.
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 138 of file itkSigmoidImageFilter.h.
typedef SmartPointer< const Self > itk::SigmoidImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 154 of file itkSigmoidImageFilter.h.
typedef TOutputImage::PixelType itk::SigmoidImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 156 of file itkSigmoidImageFilter.h.
typedef SmartPointer< Self > itk::SigmoidImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 153 of file itkSigmoidImageFilter.h.
typedef SigmoidImageFilter itk::SigmoidImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 147 of file itkSigmoidImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Sigmoid< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::SigmoidImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 151 of file itkSigmoidImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 220 of file itkSigmoidImageFilter.h.
|
inlineprotectedvirtual |
End concept checking
Definition at line 221 of file itkSigmoidImageFilter.h.
|
private |
End concept checking
|
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::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >.
|
virtual |
Macro that provides the GetNameOfClass() method
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >.
|
private |
End concept checking
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >.
|
inline |
Definition at line 164 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 174 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 194 of file itkSigmoidImageFilter.h.
|
inline |
Definition at line 184 of file itkSigmoidImageFilter.h.
itk::SigmoidImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< typename TInputImage::PixelType, double > | ) |
Begin concept checking This class requires InputConvertibleToDoubleCheck in the form of ( Concept::Convertible< typename TInputImage::PixelType, double > )
itk::SigmoidImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::AdditiveOperators< OutputPixelType > | ) |
This class requires OutputAdditiveOperatorsCheck in the form of ( Concept::AdditiveOperators< OutputPixelType > )
itk::SigmoidImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< double, OutputPixelType > | ) |
This class requires DoubleConvertibleToOutputCheck in the form of ( Concept::Convertible< double, OutputPixelType > )
itk::SigmoidImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::MultiplyOperator< OutputPixelType, double > | ) |
This class requires OutputTimesDoubleCheck in the form of ( Concept::MultiplyOperator< OutputPixelType, double > )
itk::SigmoidImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::AdditiveOperators< OutputPixelType, OutputPixelType, double > | ) |
This class requires OutputDoubleAdditiveOperatorsCheck in the form of ( Concept::AdditiveOperators< OutputPixelType, OutputPixelType, double > )