18#ifndef sitkValuedRegionalMinimaImageFilter_h
19#define sitkValuedRegionalMinimaImageFilter_h
87 std::string
GetName()
const {
return std::string (
"ValuedRegionalMinimaImageFilter"); }
The Image class for SimpleITK.
ValuedRegionalMinimaImageFilter()
ValuedRegionalMinimaImageFilter Self
Image ExecuteInternal(const Image &image1)
Self & FullyConnectedOn()
bool GetFullyConnected() const
Image Execute(const Image &image1)
Self & FullyConnectedOff()
Self & SetFullyConnected(bool FullyConnected)
ScalarPixelIDTypeList PixelIDTypeList
std::string GetName() const
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Image(Self::*)(const Image &image1) MemberFunctionType
virtual ~ValuedRegionalMinimaImageFilter()
std::string ToString() const
BasicPixelIDTypeList ScalarPixelIDTypeList
Image ValuedRegionalMinima(const Image &image1, bool fullyConnected=false)
Transforms the image so that any pixel that is not a regional minima is set to the maximum value for ...
#define SITKBasicFilters_EXPORT