|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVectorMagnitudeImageFilter_h
19 #define itkVectorMagnitudeImageFilter_h
47 template <
typename TInput,
typename TOutput>
63 return !(*
this != other);
69 return static_cast<TOutput>(A.GetNorm());
74 template <
typename TInputImage,
typename TOutputImage>
93 #ifdef ITK_USE_CONCEPT_CHECKING
102 #if !defined(ITK_WRAPPING_PARSER)
Take an image of vectors as input and produce an image with the magnitude of those vectors.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
Functor::VectorMagnitude< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
~VectorMagnitude()=default
Implements pixel-wise generic "operation" on one image.
VectorMagnitudeImageFilter()
TOutput operator()(const TInput &A) const
Base class for all process objects that output image data.
~VectorMagnitudeImageFilter() override=default
#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...
VectorMagnitude()=default
bool operator!=(const VectorMagnitude &) const
bool operator==(const VectorMagnitude &other) const