18#ifndef sitkValuedRegionalMaximaImageFilter_h
19#define sitkValuedRegionalMaximaImageFilter_h
100 std::string
GetName()
const {
return std::string(
"ValuedRegionalMaximaImageFilter"); }
139 const Image &image1,
bool fullyConnected =
false
The Image class for SimpleITK.
void SetFullyConnected(bool FullyConnected)
Image ExecuteInternal(const Image &image1)
Image Execute(const Image &image1)
ScalarPixelIDTypeList PixelIDTypeList
virtual ~ValuedRegionalMaximaImageFilter()
ValuedRegionalMaximaImageFilter()
ValuedRegionalMaximaImageFilter Self
bool GetFullyConnected() const
std::string ToString() const
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
Image(Self::*)(const Image &image1) MemberFunctionType
std::string GetName() const
A class used to instantiate and generate function object to templated member functions.
BasicPixelIDTypeList ScalarPixelIDTypeList
Image ValuedRegionalMaxima(const Image &image1, bool fullyConnected=false)
Transforms the image so that any pixel that is not a regional maxima is set to the minimum value for ...
#define SITKBasicFilters_EXPORT