ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorRescaleIntensityImageFilter.h>
Applies a linear transformation to the magnitude of pixel vectors in a vector Image.
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 precision of the input pixel's RealType. Before assigning the computed value to the output pixel.
Definition at line 93 of file itkVectorRescaleIntensityImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputImagePointer | InputImagePointer |
typedef Superclass::InputImageType | InputImageType |
typedef TInputImage::PixelType | InputPixelType |
typedef NumericTraits < InputValueType >::RealType | InputRealType |
typedef InputPixelType::ValueType | InputValueType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef NumericTraits < OutputValueType >::RealType | OutputRealType |
typedef OutputPixelType::ValueType | OutputValueType |
typedef SmartPointer< Self > | Pointer |
typedef VectorRescaleIntensityImageFilter | Self |
typedef UnaryFunctorImageFilter < TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform < typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Types inherited from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Functor::VectorMagnitudeLinearTransform < TInputImage::PixelType, TOutputImage::PixelType > | FunctorType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef UnaryFunctorImageFilter | Self |
typedef InPlaceImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImagePointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef Superclass::OutputImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef InPlaceImageFilter | Self |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TOutputImage > | Superclass |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef MultiThreader | MultiThreaderType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Private Attributes | |
InputRealType | m_InputMaximumMagnitude |
OutputRealType | m_OutputMaximumMagnitude |
InputRealType | m_Scale |
InputRealType | m_Shift |
Additional Inherited Members | |
Static Public Attributes inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer< const Self > itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 110 of file itkVectorRescaleIntensityImageFilter.h.
typedef Superclass::InputImagePointer itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 120 of file itkVectorRescaleIntensityImageFilter.h.
typedef Superclass::InputImageType itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::InputImageType |
Definition at line 119 of file itkVectorRescaleIntensityImageFilter.h.
typedef TInputImage::PixelType itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 113 of file itkVectorRescaleIntensityImageFilter.h.
typedef NumericTraits< InputValueType >::RealType itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::InputRealType |
Definition at line 116 of file itkVectorRescaleIntensityImageFilter.h.
typedef InputPixelType::ValueType itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::InputValueType |
Definition at line 114 of file itkVectorRescaleIntensityImageFilter.h.
typedef TOutputImage::PixelType itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 112 of file itkVectorRescaleIntensityImageFilter.h.
typedef NumericTraits< OutputValueType >::RealType itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::OutputRealType |
Definition at line 117 of file itkVectorRescaleIntensityImageFilter.h.
typedef OutputPixelType::ValueType itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::OutputValueType |
Definition at line 115 of file itkVectorRescaleIntensityImageFilter.h.
typedef SmartPointer< Self > itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 109 of file itkVectorRescaleIntensityImageFilter.h.
typedef VectorRescaleIntensityImageFilter itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 102 of file itkVectorRescaleIntensityImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 107 of file itkVectorRescaleIntensityImageFilter.h.
|
protected |
|
inlineoverrideprotectedvirtual |
Definition at line 158 of file itkVectorRescaleIntensityImageFilter.h.
|
overridevirtual |
Process to execute before entering the multithreaded section.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Get the Maximum value of the input image magnitudes.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
|
virtual |
|
virtual |
Get the Scale and Shift used for the linear transformation of magnitude values.
|
virtual |
Get the Scale and Shift used for the linear transformation of magnitude values.
|
static |
Method for creation through the object factory.
|
overridevirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
|
virtual |
|
private |
Definition at line 166 of file itkVectorRescaleIntensityImageFilter.h.
|
private |
Definition at line 167 of file itkVectorRescaleIntensityImageFilter.h.
|
private |
Definition at line 161 of file itkVectorRescaleIntensityImageFilter.h.
|
private |
Definition at line 164 of file itkVectorRescaleIntensityImageFilter.h.