#include <itkRescaleIntensityImageFilter.h>
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 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 |
virtual void | SetInputMaximum (InputPixelType _arg) |
virtual void | SetInputMinimum (InputPixelType _arg) |
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.
Definition at line 74 of file itkRescaleIntensityImageFilter.h.
|
Definition at line 89 of file itkRescaleIntensityImageFilter.h. |
|
Definition at line 92 of file itkRescaleIntensityImageFilter.h. Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter(). |
|
Definition at line 91 of file itkRescaleIntensityImageFilter.h. Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter(). |
|
Definition at line 88 of file itkRescaleIntensityImageFilter.h. |
|
Definition at line 93 of file itkRescaleIntensityImageFilter.h. Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter(). |
|
Standard class typedefs. Definition at line 83 of file itkRescaleIntensityImageFilter.h. Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter(). |
|
Definition at line 87 of file itkRescaleIntensityImageFilter.h. |
|
|
|
|
Process to execute before entering the multithreaded section |
|
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. |
|
Print internal ivars |
|
Set the Minimum and Maximum values of the input image |
|
Set the Minimum and Maximum values of the input image |
|
|
|
|