Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/CLI/ResampleDTIVolume/itkDiffusionTensor3DNearestCorrection.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef DiffusionTensor3DNearestCorrectionFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DiffusionTensor3DNearest< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
DiffusionTensor3DNearestCorrectionFilter (const Self &)=delete | |
itkNewMacro (Self) | |
itkTypeMacro (DiffusionTensor3DNearestCorrectionFilter, UnaryFunctorImageFilter) | |
void | operator= (const Self &)=delete |
Protected Member Functions | |
DiffusionTensor3DNearestCorrectionFilter ()=default | |
~DiffusionTensor3DNearestCorrectionFilter () override=default | |
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 compute the nearest symmetric semi-definite matrix with the Frobenius norm.
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 108 of file itkDiffusionTensor3DNearestCorrection.h.
typedef SmartPointer<const Self> itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 122 of file itkDiffusionTensor3DNearestCorrection.h.
typedef SmartPointer<Self> itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 121 of file itkDiffusionTensor3DNearestCorrection.h.
typedef DiffusionTensor3DNearestCorrectionFilter itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 117 of file itkDiffusionTensor3DNearestCorrection.h.
typedef UnaryFunctorImageFilter<TInputImage, TOutputImage, Functor::DiffusionTensor3DNearest<typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 120 of file itkDiffusionTensor3DNearestCorrection.h.
|
delete |
Explicitly deleted functions belong in the public interface
|
protecteddefault |
|
overrideprotecteddefault |
itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::itkTypeMacro | ( | DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage > | , |
UnaryFunctorImageFilter | |||
) |
Run-time type information (and related methods).
|
delete |