#include <itkRescaleIntensityImageFilter.h>
Inheritance diagram for itk::RescaleIntensityImageFilter:
Public Types | |
typedef RescaleIntensityImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< 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 | |
virtual void | SetOutputMinimum (OutputPixelType _arg) |
virtual void | SetOutputMaximum (OutputPixelType _arg) |
virtual OutputPixelType | GetOutputMinimum () const |
virtual OutputPixelType | GetOutputMaximum () const |
void | BeforeThreadedGenerateData (void) |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual RealType | GetScale () const |
virtual RealType | GetShift () const |
virtual InputPixelType | GetInputMinimum () const |
virtual InputPixelType | GetInputMaximum () const |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
RescaleIntensityImageFilter () | |
virtual | ~RescaleIntensityImageFilter () |
RescaleIntensityImageFilter 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.
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 74 of file itkRescaleIntensityImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 89 of file itkRescaleIntensityImageFilter.h. |
|
Definition at line 92 of file itkRescaleIntensityImageFilter.h. |
|
Definition at line 91 of file itkRescaleIntensityImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 88 of file itkRescaleIntensityImageFilter.h. |
|
Definition at line 93 of file itkRescaleIntensityImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 83 of file itkRescaleIntensityImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 87 of file itkRescaleIntensityImageFilter.h. |
|
|
|
Definition at line 125 of file itkRescaleIntensityImageFilter.h. References HardConnectedComponentImageFilter::InputPixelType, and HardConnectedComponentImageFilter::OutputPixelType. |
|
Process to execute before entering the multithreaded section Reimplemented from itk::ImageSource< TOutputImage >. |
|
Get the Minimum and Maximum values of the input image.
|
|
Get the Minimum and Maximum values of the input image.
|
|
|
|
|
|
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.
|
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >. |
|
Print internal ivars Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
|
|
|