18 #ifndef __itkCannySegmentationLevelSetImageFilter_h
19 #define __itkCannySegmentationLevelSetImageFilter_h
129 template<
class TInputImage,
131 class TOutputPixelType =
float >
165 { this->m_CannyFunction->SetThreshold(v); }
167 {
return this->m_CannyFunction->GetThreshold(); }
172 void SetVariance(
double v)
173 { this->m_CannyFunction->SetVariance(v); }
174 double GetVariance()
const
175 {
return this->m_CannyFunction->GetVariance(); }
181 {
return this->m_CannyFunction->GetCannyImage(); }
183 #ifdef ITK_USE_CONCEPT_CHECKING
198 void operator=(
const Self &);
205 #ifndef ITK_MANUAL_INSTANTIATION
206 #include "itkCannySegmentationLevelSetImageFilter.hxx"