#include <itkIntensityWindowingImageFilter.h>
Inheritance diagram for itk::IntensityWindowingImageFilter:


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 Methods | |
| void | BeforeThreadedGenerateData (void) |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | SetOutputMinimum (OutputPixelType _arg) |
| virtual void | SetOutputMaximum (OutputPixelType _arg) |
| virtual OutputPixelType | GetOutputMinimum () const |
| virtual OutputPixelType | GetOutputMaximum () const |
| virtual void | SetWindowMinimum (InputPixelType _arg) |
| virtual void | SetWindowMaximum (InputPixelType _arg) |
| virtual InputPixelType | GetWindowMinimum () const |
| virtual InputPixelType | GetWindowMaximum () const |
| virtual RealType | GetScale () const |
| virtual RealType | GetShift () const |
Static Public Methods | |
| Pointer | New () |
Protected Methods | |
| 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, 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. |
|
|||||
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 103 of file itkIntensityWindowingImageFilter.h. |
|
|||||||||
|
|
|
|||||||||
|
Definition at line 145 of file itkIntensityWindowingImageFilter.h. References HardConnectedComponentImageFilter::InputPixelType, and HardConnectedComponentImageFilter::OutputPixelType. |
|
||||||||||
|
Process to execute before entering the multithreaded section Reimplemented from itk::ImageSource< 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 |
|
|||||||||
|
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 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::ImageToImageFilter< 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 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 |
1.2.15 written by Dimitri van Heesch,
© 1997-2000