18 #ifndef __itkEdgePotentialImageFilter_h
19 #define __itkEdgePotentialImageFilter_h
39 template<
class TInput,
class TOutput >
52 return !( *
this != other );
57 return static_cast< TOutput
>( vcl_exp( -1.0 * A.GetNorm() ) );
62 template<
class TInputImage,
class TOutputImage >
66 Functor::EdgePotential<
67 typename TInputImage::PixelType,
68 typename TOutputImage::PixelType > >
75 typename TInputImage::PixelType,
76 typename TOutputImage::PixelType >
89 #ifdef ITK_USE_CONCEPT_CHECKING
101 void operator=(
const Self &);