17 #ifndef itkSatoVesselnessSigmoidFeatureGenerator_h
18 #define itkSatoVesselnessSigmoidFeatureGenerator_h
38 template <
unsigned int NDimension>
57 static constexpr
unsigned int Dimension = NDimension;
63 itkSetMacro( SigmoidAlpha,
double );
64 itkGetMacro( SigmoidAlpha,
double );
69 itkSetMacro( SigmoidBeta,
double );
70 itkGetMacro( SigmoidBeta,
double );
76 void PrintSelf(std::ostream& os,
Indent indent)
const override;
80 void GenerateData ()
override;
101 #ifndef ITK_MANUAL_INSTANTIATION
102 # include "itkSatoVesselnessSigmoidFeatureGenerator.hxx"
InternalPixelType OutputPixelType
Light weight base class for most itk classes.
constexpr unsigned int Dimension
Computes the sigmoid function pixel-wise.
Generates a feature image by computing the Sato Vesselness measure of the input image and applying a ...
SigmoidFilterType::Pointer m_SigmoidFilter
Generates a feature image by computing the Sato Vesselness measure of the input image.
Implementation of an image as spatial object.
Control indentation during Print() invocation.
Templated n-dimensional image class.