18 #ifndef itkSymmetricEigenAnalysisImageFilter_h
19 #define itkSymmetricEigenAnalysisImageFilter_h
36 template<
typename TInput,
typename TOutput >
51 return !( *
this != other );
103 template<
unsigned int TMatrixDimension,
typename TInput,
typename TOutput >
118 return !( *
this != other );
186 template<
typename TInputImage,
typename TOutputImage = TInputImage >
190 Functor::SymmetricEigenAnalysisFunction<
191 typename TInputImage::PixelType,
192 typename TOutputImage::PixelType > >
200 TInputImage, TOutputImage,
202 typename TInputImage::PixelType,
203 typename TOutputImage::PixelType > >;
250 #ifdef ITK_USE_CONCEPT_CHECKING
279 template<
unsigned int TMatrixDimension,
typename TInputImage,
typename TOutputImage = TInputImage >
283 Functor::SymmetricEigenAnalysisFixedDimensionFunction<
285 typename TInputImage::PixelType,
286 typename TOutputImage::PixelType > >
294 TInputImage, TOutputImage,
297 typename TInputImage::PixelType,
298 typename TOutputImage::PixelType > >;
339 #ifdef ITK_USE_CONCEPT_CHECKING
SymmetricEigenAnalysisImageFilter()=default
void PrintSelf(std::ostream &os, Indent indent) const override
typename FunctorType::EigenValueOrderType EigenValueOrderType
bool operator!=(const SymmetricEigenAnalysisFunction &) const
bool operator==(const SymmetricEigenAnalysisFunction &other) const
CalculatorType m_Calculator
unsigned int GetDimension() const
Computes the eigen-values of every input symmetric matrix pixel.
~SymmetricEigenAnalysisFixedDimensionImageFilter() override=default
typename Superclass::FunctorType FunctorType
void OrderEigenValuesBy(EigenValueOrderType order)
unsigned int GetDimension() const
constexpr unsigned int GetDimension() const
TOutput operator()(const TInput &x) const
typename TOutputImage::PixelType OutputPixelType
TOutput operator()(const TInput &x) const
~SymmetricEigenAnalysisFixedDimensionFunction()=default
typename TInputImage::PixelType InputPixelType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TInputImage::PixelType::RealValueType RealValueType
unsigned int ComputeEigenValues(const TMatrix &A, TVector &EigenValues) const
Base class for all process objects that output image data.
~SymmetricEigenAnalysisFunction()=default
typename FunctorType::EigenValueOrderType EigenValueOrderType
void SetOrderEigenMagnitudes(const bool b)
void SetOrderEigenValues(const bool b)
SymmetricEigenAnalysisFunction()=default
SymmetricEigenAnalysisImageFilter Self
void OrderEigenValuesBy(EigenValueOrderType order)
unsigned int GetDimension() const
CalculatorType m_Calculator
TOutputImage OutputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
unsigned int ComputeEigenValues(const TMatrix &A, TVector &EigenValues) const
unsigned int GetDimension() const
SymmetricEigenAnalysisFixedDimensionImageFilter()=default
typename TInputImage::PixelType InputPixelType
void SetDimension(unsigned int n)
void SetDimension(const unsigned int n)
~SymmetricEigenAnalysisImageFilter() override=default
FunctorType & GetFunctor()
typename TInputImage::PixelType::RealValueType RealValueType
void PrintSelf(std::ostream &os, Indent indent) const override
typename Superclass::FunctorType FunctorType
Implements pixel-wise generic operation on one image.
void OrderEigenValuesBy(EigenValueOrderType order)
Control indentation during Print() invocation.
SymmetricEigenAnalysisFixedDimensionImageFilter Self
void SetDimension(unsigned int p)
void OrderEigenValuesBy(EigenValueOrderType order)
typename InputPixelType::ValueType InputValueType
void SetOrderEigenMagnitudes(const bool b)
#define itkConceptMacro(name, concept)
TOutputImage OutputImageType
unsigned int GetDimension() const
typename TOutputImage::PixelType OutputPixelType
bool operator!=(const SymmetricEigenAnalysisFixedDimensionFunction &) const
typename InputPixelType::ValueType InputValueType
SymmetricEigenAnalysisFixedDimensionFunction()=default
bool operator==(const SymmetricEigenAnalysisFixedDimensionFunction &other) const
void SetOrderEigenValues(const bool b)
Computes the eigen-values of every input symmetric matrix pixel.