#include <itkIntensityWindowingImageFilter.h>
Inheritance diagram for itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >:
IntensityWindowingImageFilter applies pixel-wise a linear transformation to the intensity values of input image pixels. The linear transformation is defined by the user in terms of the minimum and maximum values that the output image should have and the lower and upper limits of the intensity window of the input image. This operation is very common in visualization, and can also be applied as a convenient preprocessing operation for image segmentation.
All computations are performed in the precison of the input pixel's RealType. Before assigning the computed value to the output pixel.
Definition at line 90 of file itkIntensityWindowingImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 105 of file itkIntensityWindowingImageFilter.h. |
|
Definition at line 108 of file itkIntensityWindowingImageFilter.h. |
|
Definition at line 107 of file itkIntensityWindowingImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 104 of file itkIntensityWindowingImageFilter.h. |
|
Definition at line 109 of file itkIntensityWindowingImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 99 of file itkIntensityWindowingImageFilter.h. Referenced by itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >::~IntensityWindowingImageFilter(). |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 103 of file itkIntensityWindowingImageFilter.h. |
|
|
|
Definition at line 155 of file itkIntensityWindowingImageFilter.h. References itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >::Self. |
|
Process to execute before entering the multithreaded section Reimplemented from itk::ImageSource< TOutputImage >. |
|
Set/Get the window width and level. This is an alternative API to using the SetWindowMinimum()/SetWindowMaximum(). The window minimum and maximum are set as [level-window/2, level+window/2]. |
|
Set/Get the values of the maximum and minimum intensities of the outputimage |
|
Set/Get the values of the maximum and minimum intensities of the outputimage |
|
Get the Scale and Shift used for the linear transformation of gray level values.
|
|
Get the Scale and Shift used for the linear transformation of gray level values.
|
|
Set/Get the window width and level. This is an alternative API to using the SetWindowMinimum()/SetWindowMaximum(). The window minimum and maximum are set as [level-window/2, level+window/2]. |
|
Set/Get the values of the maximum and minimum intensities of the input intensity window |
|
Set/Get the values of the maximum and minimum intensities of the input intensity window |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >. |
|
Print internal ivars Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >. |
|
Set/Get the values of the maximum and minimum intensities of the outputimage |
|
Set/Get the values of the maximum and minimum intensities of the outputimage |
|
Set/Get the window width and level. This is an alternative API to using the SetWindowMinimum()/SetWindowMaximum(). The window minimum and maximum are set as [level-window/2, level+window/2]. |
|
Set/Get the values of the maximum and minimum intensities of the input intensity window |
|
Set/Get the values of the maximum and minimum intensities of the input intensity window |