18#ifndef sitkObjectnessMeasureImageFilter_h
19#define sitkObjectnessMeasureImageFilter_h
73 SITK_RETURN_SELF_TYPE_HEADER
SetAlpha (
double Alpha ) { this->
m_Alpha = Alpha;
return *
this; }
83 SITK_RETURN_SELF_TYPE_HEADER
SetBeta (
double Beta ) { this->
m_Beta = Beta;
return *
this; }
93 SITK_RETURN_SELF_TYPE_HEADER
SetGamma (
double Gamma ) { this->
m_Gamma = Gamma;
return *
this; }
139 std::string
GetName()
const {
return std::string (
"ObjectnessMeasureImageFilter"); }
The Image class for SimpleITK.
Self & SetAlpha(double Alpha)
Image(Self::*)(const Image &image1) MemberFunctionType
virtual ~ObjectnessMeasureImageFilter()
Self & ScaleObjectnessMeasureOn()
Self & SetBrightObject(bool BrightObject)
unsigned int m_ObjectDimension
RealPixelIDTypeList PixelIDTypeList
Self & SetBeta(double Beta)
Image ExecuteInternal(const Image &image1)
bool GetScaleObjectnessMeasure() const
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
ObjectnessMeasureImageFilter()
unsigned int GetObjectDimension() const
ObjectnessMeasureImageFilter Self
Self & SetGamma(double Gamma)
Self & SetScaleObjectnessMeasure(bool ScaleObjectnessMeasure)
Image Execute(const Image &image1)
Self & ScaleObjectnessMeasureOff()
bool GetBrightObject() const
bool m_ScaleObjectnessMeasure
std::string GetName() const
Self & SetObjectDimension(unsigned int ObjectDimension)
std::string ToString() const
Image ObjectnessMeasure(const Image &image1, double alpha=0.5, double beta=0.5, double gamma=5.0, bool scaleObjectnessMeasure=true, unsigned int objectDimension=1u, bool brightObject=true)
Enhance M-dimensional objects in N-dimensional images.
typelist2::typelist< BasicPixelID< float >, BasicPixelID< double > > RealPixelIDTypeList
#define SITKBasicFilters_EXPORT