[Insight-users] Bug in GradientVectorFlowImageFilter

Ivan Macia imacia at vicomtech.es
Sun, 7 Mar 2004 13:33:04 +0100


Hi Luis,

You may probably have guessed it. The reason was that the tests are =
using an
external Laplacian filter with a call to SetLaplacianFilter() and in my =
case
I didn't provide it because im very lazy :)

By the way, is the Bug Tracker thing only for developers or is also for
users? Should I post bugs here?

Later

Ivan


> -----Mensaje original-----
> De: Luis Ibanez [mailto:luis.ibanez at kitware.com]
> Enviado el: domingo, 07 de marzo de 2004 2:41
> Para: Ivan Macia
> CC: Insight Users (E-mail)
> Asunto: Re: [Insight-users] Bug in GradientVectorFlowImageFilter
>=20
>=20
> Hi Ivan,
>=20
> Thanks for pointing this out.
>=20
> The issue was logged in the Bug tracker as Bug # 652,
> http://www.itk.org/Bug/bug.php?op=3Dshow&bugid=3D652&pos=3D16
>=20
> and a fix has been commited today to CVS.
>=20
> The reason why its test was passing is a mystery
> that remains to be solved...
>=20
> Please let us know if you find any other problem,
>=20
>=20
>    Thanks
>=20
>=20
>        Luis
>=20
>=20
> ------------------
> Ivan Macia wrote:
>=20
> > Hi
> >
> > I have found what it seems like a bug in the file
> > itkGradientVectorFlowImageFilter.txx
> > The smartpointer m_LaplacianFilter is used in UpdatePixels( ) =
without
> > allocating memory for the filter so I got a big crash.
> >
> > Adding this line at the beginning of the function InitFilterImage( )
> solves
> > the matter
> >
> >      m_LaplacianFilter =3D LaplacianFilterType::New();
> >
> > Hope this helps
> > Later
> >
> > Iv=E1n
> >
> > ________________________________
> >
> > Iv=E1n Mac=EDa Oliver
> > Ing. Industrial
> > Ing. en Autom=E1tica y Electr=F3nica
> > Asociaci=F3n VICOMTech
> > http://www.vicomtech.es
> > Paseo Mikeletegi 57, bajo
> > 20.009 Donostia-San Sebasti=E1n
> > (Gipuzkoa) SPAIN
> > Tlfno: (00 34) 943 30 92 30
> > Fax: (00 34) 943 30 93 93
> > e-mail: imacia at vicomtech.es
> >
> > ***Member of INI-GraphicsNet***
> > http://www.inigraphics.net
> > _______________________________
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Insight-users mailing list
> > Insight-users at itk.org
> > http://www.itk.org/mailman/listinfo/insight-users
> >
>=20
>=20