[Insight-users] Re: GradientMagnitudeImageFilter
zhao
zhao_c_g at 263 . net
Tue, 27 Aug 2002 19:34:12 +0800
Hi Zein,
I use MSVC6, txx files can be compiled as smoothly as cpp files.
Maybe you want to calculate gradient VECTOR, but GradientMagnitudeImageFilter just produce gradient MAGNITUDE. I think this maybe the reason.
Good luck!
Zhao
>Hi friends,
>
>What are those files that have the .txx extention ??
>
>Thanks,
>Zein
>
>Hi all,
>I am trying to use the GradientMagnitudeImageFilter to obtain a =
>derivative of an image. Just by allocating an object of this class, I =
>got a list of error that are pasted bellow.=20
>
>These are my definitions:
>typedef itk::Vector<float,ImageDimension> =
> VectorType; =20
>typedef itk::Image<VectorType, ImageDimension> =
>DerivativeImageType;
>typedef itk::GradientMagnitudeImageFilter< InputImageType, =
>DerivativeImageType> DerivativeFilterType;
>
>and this is the definition of the filter that produces the errors:
>DerivativeFilterType::Pointer deriv =3D DerivativeFilterType::New();
>
>Is there a bug in the GradientMagnitudeImageFilter??
>
>Do any body have an idea about where the problem could be???
>
>many thanks in advance!
>
>Zein
>
>
>These are the list of errors that I got:
>