18 #ifndef itkTensorRelativeAnisotropyImageFilter_h
19 #define itkTensorRelativeAnisotropyImageFilter_h
30 template<
typename TInput >
44 return !( *
this != other );
49 return x.GetRelativeAnisotropy();
69 template<
typename TInputImage,
typename TOutputImage = Image<
75 Functor::TensorRelativeAnisotropyFunction<
76 typename TInputImage::PixelType > >
84 TInputImage, TOutputImage,
86 typename TInputImage::PixelType > >;
106 #ifdef ITK_USE_CONCEPT_CHECKING
void PrintSelf(std::ostream &os, Indent indent) const override
typename InputPixelType::ValueType InputValueType
Computes the Relative Anisotropy for every pixel of a input tensor image.
Define numeric traits for std::vector.
bool operator==(const TensorRelativeAnisotropyFunction &other) const
TensorRelativeAnisotropyImageFilter()=default
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TInputImage::PixelType InputPixelType
Base class for all process objects that output image data.
TensorRelativeAnisotropyFunction()=default
constexpr unsigned int Dimension
typename TOutputImage::PixelType OutputPixelType
~TensorRelativeAnisotropyImageFilter() override=default
~TensorRelativeAnisotropyFunction()=default
bool operator!=(const TensorRelativeAnisotropyFunction &) const
TOutputImage OutputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
Implements pixel-wise generic operation on one image.
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
TOutputImage OutputImageType
RealValueType operator()(const TInput &x) const
typename TInputImage::PixelType::RealValueType RealValueType