17 #ifndef __itkSatoVesselnessSigmoidFeatureGenerator_h
18 #define __itkSatoVesselnessSigmoidFeatureGenerator_h
38 template <
unsigned int NDimension>
55 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
61 itkSetMacro( SigmoidAlpha,
double );
62 itkGetMacro( SigmoidAlpha,
double );
67 itkSetMacro( SigmoidBeta,
double );
68 itkGetMacro( SigmoidBeta,
double );
74 void PrintSelf(std::ostream& os,
Indent indent)
const;
82 void operator=(
const Self&);
102 #ifndef ITK_MANUAL_INSTANTIATION
103 # include "itkSatoVesselnessSigmoidFeatureGenerator.hxx"
Light weight base class for most itk classes.
SigmoidImageFilter< InternalImageType, InternalImageType > SigmoidFilterType
Computes the sigmoid function pixel-wise.
SmartPointer< const Self > ConstPointer
Generates a feature image by computing the Sato Vesselness measure of the input image and applying a ...
SigmoidFilterType::Pointer m_SigmoidFilter
SatoVesselnessSigmoidFeatureGenerator Self
Generates a feature image by computing the Sato Vesselness measure of the input image.
Implementation of an image as spatial object.
ImageSpatialObject< NDimension, OutputPixelType > OutputImageSpatialObjectType
InternalImageType OutputImageType
Control indentation during Print() invocation.
SatoVesselnessFeatureGenerator< NDimension > Superclass
Image< InternalPixelType, Dimension > InternalImageType
Templated n-dimensional image class.
SmartPointer< Self > Pointer
InternalPixelType OutputPixelType