ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkInvertIntensityImageFilter.h>
Invert the intensity of an image.
InvertIntensityImageFilter inverts intensity of pixels by subtracting pixel value to a maximum value. The maximum value can be set with SetMaximum and defaults the maximum of input pixel type. This filter can be used to invert, for example, a binary image, a distance map, etc.
Definition at line 90 of file itkInvertIntensityImageFilter.h.
typedef SmartPointer< const Self > itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 105 of file itkInvertIntensityImageFilter.h.
typedef TInputImage::PixelType itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 108 of file itkInvertIntensityImageFilter.h.
typedef TOutputImage::PixelType itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 107 of file itkInvertIntensityImageFilter.h.
typedef SmartPointer< Self > itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 104 of file itkInvertIntensityImageFilter.h.
typedef NumericTraits< InputPixelType >::RealType itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::RealType |
Definition at line 109 of file itkInvertIntensityImageFilter.h.
typedef InvertIntensityImageFilter itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 99 of file itkInvertIntensityImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 103 of file itkInvertIntensityImageFilter.h.
itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::InvertIntensityImageFilter | ( | ) | [protected] |
End concept checking
virtual itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::~InvertIntensityImageFilter | ( | ) | [inline, protected, virtual] |
End concept checking
Definition at line 136 of file itkInvertIntensityImageFilter.h.
itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::InvertIntensityImageFilter | ( | const Self & | ) | [private] |
End concept checking
void itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData | ( | void | ) | [virtual] |
Process to execute before entering the multithreaded section
Reimplemented from itk::ImageSource< TOutputImage >.
virtual::itk::LightObject::Pointer itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const [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::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
virtual const InputPixelType& itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::GetMaximum | ( | ) | [virtual] |
virtual const char* itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
static Pointer itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
void itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
End concept checking
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
void itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [virtual] |
Print internal ivars
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
virtual void itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::SetMaximum | ( | InputPixelType | _arg | ) | [virtual] |
itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputPixelType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )
InputPixelType itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::m_Maximum [private] |
Definition at line 142 of file itkInvertIntensityImageFilter.h.