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