18 #ifndef itkCannySegmentationLevelSetImageFilter_h
19 #define itkCannySegmentationLevelSetImageFilter_h
129 template <
typename TInputImage,
typename TFeatureImage,
typename TOutputPixelType =
float>
165 this->m_CannyFunction->SetThreshold(v);
170 return this->m_CannyFunction->GetThreshold();
179 this->m_CannyFunction->SetVariance(v);
184 return this->m_CannyFunction->GetVariance();
193 return this->m_CannyFunction->GetCannyImage();
196 #ifdef ITK_USE_CONCEPT_CHECKING
211 #ifndef ITK_MANUAL_INSTANTIATION
212 # include "itkCannySegmentationLevelSetImageFilter.hxx"