|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkTensorRelativeAnisotropyImageFilter_h
19 #define itkTensorRelativeAnisotropyImageFilter_h
30 template <
typename TInput>
46 return !(*
this != other);
52 return x.GetRelativeAnisotropy();
72 template <
typename TInputImage,
73 typename TOutputImage =
74 Image<typename NumericTraits<typename TInputImage::PixelType::ValueType>::RealType,
TInputImage::Dimension>>
78 Functor::TensorRelativeAnisotropyFunction<typename TInputImage::PixelType>>
111 #ifdef ITK_USE_CONCEPT_CHECKING
bool operator!=(const TensorRelativeAnisotropyFunction &) const
Implements pixel-wise generic operation on one image.
typename TInputImage::PixelType InputPixelType
~TensorRelativeAnisotropyImageFilter() override=default
bool operator==(const TensorRelativeAnisotropyFunction &other) const
TensorRelativeAnisotropyFunction()=default
Control indentation during Print() invocation.
Computes the Relative Anisotropy for every pixel of a input tensor image.
Base class for all process objects that output image data.
TOutputImage OutputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
typename InputPixelType::ValueType InputValueType
typename TOutputImage::PixelType OutputPixelType
typename TInputImage::PixelType ::RealValueType RealValueType
RealValueType operator()(const TInput &x) const
TensorRelativeAnisotropyImageFilter()=default
#define itkConceptMacro(name, concept)
~TensorRelativeAnisotropyFunction()=default
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...
void PrintSelf(std::ostream &os, Indent indent) const override
constexpr unsigned int Dimension
TOutputImage OutputImageType