18 #ifndef itkNarrowBandCurvesLevelSetImageFilter_h
19 #define itkNarrowBandCurvesLevelSetImageFilter_h
100 template<
typename TInputImage,
101 typename TFeatureImage,
102 typename TOutputPixelType =
float >
105 Image< TOutputPixelType,
106 TInputImage::ImageDimension > >
112 Image< TOutputPixelType,
113 TInputImage::ImageDimension > >
146 #ifdef ITK_USE_CONCEPT_CHECKING
157 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
172 #ifndef ITK_MANUAL_INSTANTIATION
173 #include "itkNarrowBandCurvesLevelSetImageFilter.hxx"
NarrowBandCurvesLevelSetImageFilter Self
Light weight base class for most itk classes.
float GetDerivativeSigma() const
~NarrowBandCurvesLevelSetImageFilter()
SmartPointer< const Self > ConstPointer
Superclass::OutputImageType OutputImageType
void GenerateData() override
Superclass::ValueType ValueType
CurvesLevelSetFunction< OutputImageType, FeatureImageType > CurvesFunctionType
CurvesFunctionPointer m_CurvesFunction
void SetDerivativeSigma(float value)
Image< TOutputPixelType, TInputImage::ImageDimension > OutputImageType
virtual void PrintSelf(std::ostream &os, Indent indent) const override
void operator=(const Self &)
Segments structures in images based on user supplied edge potential map.
Superclass::ValueType ValueType
virtual void Modified() const
CurvesFunctionType::Pointer CurvesFunctionPointer
NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType, TInputImage::ImageDimension > > Superclass
NarrowBandCurvesLevelSetImageFilter()
Superclass::FeatureImageType FeatureImageType
This function is used in CurvesLevelSetImageFilter to segment structures in images based on user supp...
A base class which defines the API for implementing a special class of image segmentation filters usi...
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
TFeatureImage FeatureImageType
Templated n-dimensional image class.
SmartPointer< Self > Pointer