[Insight-users] CurvesLevelSetImageFilter ERROR

salah salah at gris . uni-tuebingen . de
Wed, 13 Aug 2003 18:24:55 +0200


Hello all,

I am trying to use the CurvesLevelSetImageFilter for
the sake of segmentation. My program reports the folowing=20
error

D:\ITK\Code\Algorithms\itkCurvesLevelSetFunction.h(103) : error C2660: =
'PropagationSpeed' : function does not take 3 parameters
        D:\ITK\Code\Algorithms\itkCurvesLevelSetFunction.h(103) : while =
compiling class-template member function 'unsigned char __thiscall =
itk::CurvesLevelSetFunction<class itk::Image<unsigned char,3>,class =
itk::Image<float,3> >::CurvatureSpeed(cons
t class itk::ConstNeighborhoodIterator<class itk::Image<unsigned =
char,3>,class itk::ZeroFluxNeumannBoundaryCondition<class =
itk::Image<unsigned char,3> > > &,const class itk::Vector<float,3> =
&,struct itk::LevelSetFunction<class itk::Image<unsigned ch
ar,3> >::GlobalDataStruct *) const'


Tracing the error, VC 6.0 refers to line 103 of the file
itkCurvesLevelSetFunction.h

What could the error be?

Many thanks,

Zein