18 #ifndef sitkEdgePotentialImageFilter_h
19 #define sitkEdgePotentialImageFilter_h
60 std::string
GetName()
const {
return std::string (
"EdgePotentialImageFilter"); }
63 std::string ToString()
const;
74 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
75 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
80 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
Image EdgePotential(const Image &image1)
Computes the edge potential of an image from the image gradient.
EdgePotentialImageFilter Self
#define SITKBasicFilters_EXPORT
VectorPixelIDTypeList PixelIDTypeList
std::string GetName() const
Computes the edge potential of an image from the image gradient.
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
The Image class for SimpleITK.
typelist::MakeTypeList< VectorPixelID< int8_t >, VectorPixelID< uint8_t >, VectorPixelID< int16_t >, VectorPixelID< uint16_t >, VectorPixelID< int32_t >, VectorPixelID< uint32_t >, VectorPixelID< float >, VectorPixelID< double > >::Type VectorPixelIDTypeList
The base interface for SimpleITK filters that take one input image.