18#ifndef itkEdgePotentialImageFilter_h
19#define itkEdgePotentialImageFilter_h
42template <
typename TInput,
typename TOutput>
57 return static_cast<TOutput
>(std::exp(-1.0 * A.GetNorm()));
62template <
typename TInputImage,
typename TOutputImage>
86#if !defined(ITK_WRAPPING_PARSER)
EdgePotentialImageFilter Self
EdgePotentialImageFilter()
SmartPointer< const Self > ConstPointer
~EdgePotentialImageFilter() override=default
UnaryGeneratorImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< Self > Pointer
Functor::EdgePotential< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
bool operator==(const EdgePotential &) const
TOutput operator()(const TInput &A) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(EdgePotential)
Implements transparent reference counting.
UnaryGeneratorImageFilter()
void SetFunctor(const std::function< ConstRefFunctionType > &f)
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....