Go to the documentation of this file.
18 #ifndef sitkValuedRegionalMaximaImageFilter_h
19 #define sitkValuedRegionalMaximaImageFilter_h
71 SITK_RETURN_SELF_TYPE_HEADER
SetFullyConnected (
bool FullyConnected ) { this->m_FullyConnected = FullyConnected;
return *
this; }
74 SITK_RETURN_SELF_TYPE_HEADER
FullyConnectedOn() {
return this->SetFullyConnected(
true); }
86 bool GetFlat()
const {
return this->m_Flat; };
90 std::string
GetName()
const {
return std::string (
"ValuedRegionalMaximaImageFilter"); }
93 std::string ToString()
const;
105 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
113 bool m_FullyConnected{
false};
The Image class for SimpleITK.
Self & SetFullyConnected(bool FullyConnected)
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
std::string GetName() const
ScalarPixelIDTypeList PixelIDTypeList
BasicPixelIDTypeList ScalarPixelIDTypeList
bool GetFullyConnected() const
#define SITKBasicFilters_EXPORT
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 ...
Self & FullyConnectedOn()
The base interface for SimpleITK filters that take one input image.
Self & FullyConnectedOff()
Transforms the image so that any pixel that is not a regional maxima is set to the minimum value for ...
Image(Self::*)(const Image &image1) MemberFunctionType