#include <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 | |
| itkNewMacro (Self) | |
Protected Member Functions | |
| DiffusionTensor3DNearestCorrectionFilter () | |
| virtual | ~DiffusionTensor3DNearestCorrectionFilter () |
Private Member Functions | |
| DiffusionTensor3DNearestCorrectionFilter (const Self &) | |
| void | operator= (const Self &) |
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
| typedef SmartPointer< const Self > itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::ConstPointer |
| typedef SmartPointer< Self > itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::Pointer |
| typedef DiffusionTensor3DNearestCorrectionFilter itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
| typedef UnaryFunctorImageFilter< TInputImage , TOutputImage , Functor::DiffusionTensor3DNearest< typename TInputImage::PixelType , typename TOutputImage::PixelType> > itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::Superclass |
| itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::DiffusionTensor3DNearestCorrectionFilter | ( | ) | [inline, protected] |
| virtual itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::~DiffusionTensor3DNearestCorrectionFilter | ( | ) | [inline, protected, virtual] |
| itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::DiffusionTensor3DNearestCorrectionFilter | ( | const Self & | ) | [private] |
| itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
| void itk::DiffusionTensor3DNearestCorrectionFilter< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
1.6.1