ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkInvertIntensityImageFilter.h>
Private Attributes | |
InputPixelType | m_Maximum |
InvertIntensityImageFilter () | |
virtual | ~InvertIntensityImageFilter () |
InvertIntensityImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members |
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.
|
protected |
End concept checking
|
inlineprotectedvirtual |
End concept checking
Definition at line 136 of file itkInvertIntensityImageFilter.h.
|
private |
End concept checking
|
virtual |
Process to execute before entering the multithreaded section
Reimplemented from itk::ImageSource< TOutputImage >.
|
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 |
|
virtual |
Runtime information support.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
|
private |
End concept checking
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
|
virtual |
Print internal ivars
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
|
virtual |
itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputPixelType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )
|
private |
Definition at line 142 of file itkInvertIntensityImageFilter.h.