#include <itkIntensityWindowingImageFilter.h>
Inheritance diagram for itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef IntensityWindowingImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TOutputImage::PixelType | OutputPixelType |
typedef TInputImage::PixelType | InputPixelType |
typedef NumericTraits< InputPixelType >::RealType | RealType |
Public Member Functions | |
void | BeforeThreadedGenerateData (void) |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | SetOutputMinimum (OutputPixelType _arg) |
virtual void | SetOutputMaximum (OutputPixelType _arg) |
virtual const OutputPixelType & | GetOutputMinimum () |
virtual const OutputPixelType & | GetOutputMaximum () |
virtual void | SetWindowMinimum (InputPixelType _arg) |
virtual void | SetWindowMaximum (InputPixelType _arg) |
virtual const InputPixelType & | GetWindowMinimum () |
virtual const InputPixelType & | GetWindowMaximum () |
void | SetWindowLevel (const InputPixelType &window, const InputPixelType &level) |
InputPixelType | GetWindow () const |
InputPixelType | GetLevel () const |
virtual const RealType & | GetScale () |
virtual const RealType & | GetShift () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
IntensityWindowingImageFilter () | |
virtual | ~IntensityWindowingImageFilter () |
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, TFunction >. Definition at line 105 of file itkIntensityWindowingImageFilter.h. |
|
Definition at line 108 of file itkIntensityWindowingImageFilter.h. Referenced by itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >::~IntensityWindowingImageFilter(). |
|
Definition at line 107 of file itkIntensityWindowingImageFilter.h. Referenced by itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >::~IntensityWindowingImageFilter(). |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 104 of file itkIntensityWindowingImageFilter.h. |
|
Definition at line 109 of file itkIntensityWindowingImageFilter.h. Referenced by itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >::~IntensityWindowingImageFilter(). |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 99 of file itkIntensityWindowingImageFilter.h. Referenced by itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >::~IntensityWindowingImageFilter(). |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 103 of file itkIntensityWindowingImageFilter.h. |
|
|
|
|
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, TFunction >. |
|
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 |