18#ifndef sitkEdgePotentialImageFilter_h
19#define sitkEdgePotentialImageFilter_h
64 std::string
GetName()
const {
return std::string(
"EdgePotentialImageFilter"); }
Image Execute(const Image &image1)
Image Execute(Image &&image1)
virtual ~EdgePotentialImageFilter()
std::string GetName() const
VectorPixelIDTypeList PixelIDTypeList
std::string ToString() const
EdgePotentialImageFilter()
Image(Self::*)(const Image &image1) MemberFunctionType
Image ExecuteInternal(const Image &image1)
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
EdgePotentialImageFilter Self
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image EdgePotential(Image &&image1)
Computes the edge potential of an image from the image gradient.
typelist2::typelist< VectorPixelID< int8_t >, VectorPixelID< uint8_t >, VectorPixelID< int16_t >, VectorPixelID< uint16_t >, VectorPixelID< int32_t >, VectorPixelID< uint32_t >, VectorPixelID< float >, VectorPixelID< double > > VectorPixelIDTypeList
#define SITKBasicFilters_EXPORT