#include <itkVectorRescaleIntensityImageFilter.h>
Inheritance diagram for itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef VectorRescaleIntensityImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< 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 InputPixelType::ValueType | InputValueType |
typedef OutputPixelType::ValueType | OutputValueType |
typedef NumericTraits< InputValueType >::RealType | InputRealType |
typedef NumericTraits< OutputValueType >::RealType | OutputRealType |
Public Member Functions | |
virtual void | SetOutputMaximumMagnitude (OutputRealType _arg) |
virtual const OutputRealType & | GetOutputMaximumMagnitude () |
virtual const InputRealType & | GetInputMaximumMagnitude () |
void | BeforeThreadedGenerateData (void) |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual const InputRealType & | GetScale () |
virtual const InputRealType & | GetShift () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
VectorRescaleIntensityImageFilter () | |
virtual | ~VectorRescaleIntensityImageFilter () |
VectorRescaleIntensityImageFilter 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 maximum magnitude value of the vectors in the pixels 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 73 of file itkVectorRescaleIntensityImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 88 of file itkVectorRescaleIntensityImageFilter.h. |
|
Definition at line 91 of file itkVectorRescaleIntensityImageFilter.h. |
|
Definition at line 94 of file itkVectorRescaleIntensityImageFilter.h. Referenced by itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::~VectorRescaleIntensityImageFilter(). |
|
Definition at line 92 of file itkVectorRescaleIntensityImageFilter.h. |
|
Definition at line 90 of file itkVectorRescaleIntensityImageFilter.h. |
|
Definition at line 95 of file itkVectorRescaleIntensityImageFilter.h. Referenced by itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::~VectorRescaleIntensityImageFilter(). |
|
Definition at line 93 of file itkVectorRescaleIntensityImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 87 of file itkVectorRescaleIntensityImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 82 of file itkVectorRescaleIntensityImageFilter.h. Referenced by itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::~VectorRescaleIntensityImageFilter(). |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 86 of file itkVectorRescaleIntensityImageFilter.h. |
|
|
|
|
Process to execute before entering the multithreaded section Reimplemented from itk::ImageSource< TOutputImage >. |
|
Get the Maximum value of the input image magnitudes.
|
|
|
|
Get the Scale and Shift used for the linear transformation of magnitude values.
|
|
Get the Scale and Shift used for the linear transformation of magnitude values.
|
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |
|
Print internal ivars Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >. |
|
|