18 #ifndef itkCannySegmentationLevelSetImageFilter_h
19 #define itkCannySegmentationLevelSetImageFilter_h
129 template<
typename TInputImage,
130 typename TFeatureImage,
131 typename TOutputPixelType =
float >
183 #ifdef ITK_USE_CONCEPT_CHECKING
204 #ifndef ITK_MANUAL_INSTANTIATION
205 #include "itkCannySegmentationLevelSetImageFilter.hxx"
CannyFunctionType::ScalarValueType ScalarValueType
Light weight base class for most itk classes.
SegmentationFunctionType::VectorImageType VectorImageType
void SetVariance(double v)
SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > Superclass
double GetVariance() const
SmartPointer< Self > Pointer
void SetThreshold(ScalarValueType v)
void operator=(const Self &)
typedef::itk::CannySegmentationLevelSetFunction< OutputImageType, FeatureImageType > CannyFunctionType
CannyFunctionType::Pointer m_CannyFunction
CannySegmentationLevelSetImageFilter Self
TFeatureImage FeatureImageType
SegmentationFunctionType::ImageType SpeedImageType
SmartPointer< const Self > ConstPointer
Superclass::OutputImageType OutputImageType
CannySegmentationLevelSetImageFilter()
Superclass::ValueType ValueType
Segments structures in images based on image features derived from pseudo-canny-edges.
Superclass::ValueType ValueType
~CannySegmentationLevelSetImageFilter()
ScalarValueType GetThreshold() const
Superclass::VectorImageType VectorImageType
Superclass::FeatureImageType FeatureImageType
#define itkConceptMacro(name, concept)
OutputImageType * GetCannyImage(void)
A base class which defines the API for implementing a special class of image segmentation filters usi...
Templated n-dimensional image class.
Superclass::SpeedImageType SpeedImageType