Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Computes pixel-wise the absolute value of the diffusion tensor eigenvalues. More...
#include <Modules/CLI/ResampleDTIVolume/itkDiffusionTensor3DAbsCorrection.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef DiffusionTensor3DAbsCorrectionFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DiffusionTensor3DAbs< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
itkNewMacro (Self) | |
itkTypeMacro (DiffusionTensor3DAbsCorrectionFilter, UnaryFunctorImageFilter) | |
Protected Member Functions | |
DiffusionTensor3DAbsCorrectionFilter () | |
virtual | ~DiffusionTensor3DAbsCorrectionFilter () |
Computes pixel-wise the absolute value of the diffusion tensor eigenvalues.
This filter is templated over the pixel type of the input image and the pixel type of the output image.
The filter will walk over all the pixels in the input image, and for each one of them it will do the following:
DiffusionTensor3DExtended<double>
,The filter expect both images to have the same dimension (e.g. both 2D, or both 3D, or both ND). The filter needs DiffusionTensor3D images to work
Definition at line 95 of file itkDiffusionTensor3DAbsCorrection.h.
typedef SmartPointer<const Self> itk::DiffusionTensor3DAbsCorrectionFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 109 of file itkDiffusionTensor3DAbsCorrection.h.
typedef SmartPointer<Self> itk::DiffusionTensor3DAbsCorrectionFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 108 of file itkDiffusionTensor3DAbsCorrection.h.
typedef DiffusionTensor3DAbsCorrectionFilter itk::DiffusionTensor3DAbsCorrectionFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 104 of file itkDiffusionTensor3DAbsCorrection.h.
typedef UnaryFunctorImageFilter<TInputImage, TOutputImage, Functor::DiffusionTensor3DAbs<typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::DiffusionTensor3DAbsCorrectionFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 107 of file itkDiffusionTensor3DAbsCorrection.h.
|
inlineprotected |
Definition at line 129 of file itkDiffusionTensor3DAbsCorrection.h.
|
inlineprotectedvirtual |
Definition at line 132 of file itkDiffusionTensor3DAbsCorrection.h.
itk::DiffusionTensor3DAbsCorrectionFilter< TInputImage, TOutputImage >::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
itk::DiffusionTensor3DAbsCorrectionFilter< TInputImage, TOutputImage >::itkTypeMacro | ( | DiffusionTensor3DAbsCorrectionFilter< TInputImage, TOutputImage > | , |
UnaryFunctorImageFilter | |||
) |
Run-time type information (and related methods).