#include <itkRescaleIntensityImageFilter.h>
Inheritance diagram for itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >:
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 Member Functions | |
virtual void | SetOutputMinimum (OutputPixelType _arg) |
virtual void | SetOutputMaximum (OutputPixelType _arg) |
virtual const OutputPixelType & | GetOutputMinimum () |
virtual const OutputPixelType & | GetOutputMaximum () |
void | BeforeThreadedGenerateData (void) |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual const RealType & | GetScale () |
virtual const RealType & | GetShift () |
virtual const InputPixelType & | GetInputMinimum () |
virtual const InputPixelType & | GetInputMaximum () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
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.
NOTE: In this filter the minimum and maximum values of the input image are computed internally using the MinimumMaximumImageCalculator. Users are not supposed to set those values in this filter. If you need a filter where you can set the minimum and maximum values of the input, please use the IntensityWindowingImageFilter. If you want a filter that can use a user-defined linear transformation for the intensity, then please use teh ShiftScaleImageFilter.
Definition at line 84 of file itkRescaleIntensityImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 99 of file itkRescaleIntensityImageFilter.h. |
|
Definition at line 102 of file itkRescaleIntensityImageFilter.h. Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter(). |
|
Definition at line 101 of file itkRescaleIntensityImageFilter.h. Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter(). |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 98 of file itkRescaleIntensityImageFilter.h. |
|
Definition at line 103 of file itkRescaleIntensityImageFilter.h. Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter(). |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 93 of file itkRescaleIntensityImageFilter.h. Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter(). |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 97 of file itkRescaleIntensityImageFilter.h. |
|
|
|
|
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, TFunction >. |
|
Print internal ivars Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >. |
|
|
|
|