18 #ifndef itkCannySegmentationLevelSetImageFilter_h
19 #define itkCannySegmentationLevelSetImageFilter_h
129 template<
typename TInputImage,
130 typename TFeatureImage,
131 typename TOutputPixelType =
float >
167 { this->m_CannyFunction->SetThreshold(v); }
169 {
return this->m_CannyFunction->GetThreshold(); }
175 { this->m_CannyFunction->SetVariance(v); }
177 {
return this->m_CannyFunction->GetVariance(); }
183 {
return this->m_CannyFunction->GetCannyImage(); }
185 #ifdef ITK_USE_CONCEPT_CHECKING
201 #ifndef ITK_MANUAL_INSTANTIATION
202 #include "itkCannySegmentationLevelSetImageFilter.hxx"
OutputImageType * GetCannyImage()
Light weight base class for most itk classes.
void SetVariance(double v)
double GetVariance() const
void SetThreshold(ScalarValueType v)
typename Superclass::SpeedImageType SpeedImageType
typedef::itk::CannySegmentationLevelSetFunction< OutputImageType, FeatureImageType > CannyFunctionType
CannyFunctionType::Pointer m_CannyFunction
typename Superclass::VectorImageType VectorImageType
typename Superclass::ValueType ValueType
Segments structures in images based on image features derived from pseudo-canny-edges.
typename Superclass::FeatureImageType FeatureImageType
ScalarValueType GetThreshold() const
typename Superclass::OutputImageType OutputImageType
typename CannyFunctionType::ScalarValueType ScalarValueType
#define itkConceptMacro(name, concept)
A base class which defines the API for implementing a special class of image segmentation filters usi...