Slicer
4.11
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 | |
DiffusionTensor3DAbsCorrectionFilter (const Self &)=delete | |
itkNewMacro (Self) | |
itkTypeMacro (DiffusionTensor3DAbsCorrectionFilter, UnaryFunctorImageFilter) | |
void | operator= (const Self &)=delete |
Protected Member Functions | |
DiffusionTensor3DAbsCorrectionFilter ()=default | |
~DiffusionTensor3DAbsCorrectionFilter () override=default | |
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 91 of file itkDiffusionTensor3DAbsCorrection.h.
typedef SmartPointer<const Self> itk::DiffusionTensor3DAbsCorrectionFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 105 of file itkDiffusionTensor3DAbsCorrection.h.
typedef SmartPointer<Self> itk::DiffusionTensor3DAbsCorrectionFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 104 of file itkDiffusionTensor3DAbsCorrection.h.
typedef DiffusionTensor3DAbsCorrectionFilter itk::DiffusionTensor3DAbsCorrectionFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 100 of file itkDiffusionTensor3DAbsCorrection.h.
typedef UnaryFunctorImageFilter<TInputImage, TOutputImage, Functor::DiffusionTensor3DAbs<typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::DiffusionTensor3DAbsCorrectionFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 103 of file itkDiffusionTensor3DAbsCorrection.h.
|
delete |
Explicitly deleted functions belong in the public interface
|
protecteddefault |
|
overrideprotecteddefault |
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).
|
delete |