18#ifndef sitkValuedRegionalMaximaImageFilter_h
19#define sitkValuedRegionalMaximaImageFilter_h
90 std::string
GetName()
const {
return std::string (
"ValuedRegionalMaximaImageFilter"); }
The Image class for SimpleITK.
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Self & FullyConnectedOff()
Image(Self::*)(const Image &image1) MemberFunctionType
Image ExecuteInternal(const Image &image1)
Image Execute(const Image &image1)
ScalarPixelIDTypeList PixelIDTypeList
virtual ~ValuedRegionalMaximaImageFilter()
Self & SetFullyConnected(bool FullyConnected)
ValuedRegionalMaximaImageFilter()
ValuedRegionalMaximaImageFilter Self
bool GetFullyConnected() const
std::string ToString() const
Self & FullyConnectedOn()
std::string GetName() const
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