|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVectorMagnitudeImageFilter_h
19 #define itkVectorMagnitudeImageFilter_h
47 template <
typename TInput,
typename TOutput>
62 return static_cast<TOutput>(A.GetNorm());
67 template <
typename TInputImage,
typename TOutputImage>
86 #ifdef ITK_USE_CONCEPT_CHECKING
95 #if !defined(ITK_WRAPPING_PARSER)
Take an image of vectors as input and produce an image with the magnitude of those vectors.
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.
bool operator==(const VectorMagnitude &) const
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(VectorMagnitude)
#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...