|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkTensorFractionalAnisotropyImageFilter_h
19 #define itkTensorFractionalAnisotropyImageFilter_h
30 template <
typename TInput>
46 return x.GetFractionalAnisotropy();
66 template <
typename TInputImage,
67 typename TOutputImage =
68 Image<typename NumericTraits<typename TInputImage::PixelType::ValueType>::RealType,
TInputImage::Dimension>>
72 Functor::TensorFractionalAnisotropyFunction<typename TInputImage::PixelType>>
105 #ifdef ITK_USE_CONCEPT_CHECKING
Computes the Fractional Anisotropy for every pixel of a input tensor image.
Implements pixel-wise generic operation on one image.
typename InputPixelType::ValueType InputValueType
Control indentation during Print() invocation.
bool operator==(const TensorFractionalAnisotropyFunction &) const
RealValueType operator()(const TInput &x) const
Base class for all process objects that output image data.
TOutputImage OutputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
void PrintSelf(std::ostream &os, Indent indent) const override
typename TInputImage::PixelType InputPixelType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
~TensorFractionalAnisotropyImageFilter() override=default
typename TOutputImage::PixelType OutputPixelType
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(TensorFractionalAnisotropyFunction)
typename TInputImage::PixelType ::RealValueType RealValueType
constexpr unsigned int Dimension
TensorFractionalAnisotropyImageFilter()=default