[Insight-users] Bug in GradientVectorFlowImageFilter

Luis Ibanez luis.ibanez at kitware.com
Sun, 07 Mar 2004 08:19:27 -0500


Hi Ivan,

Thanks for solving the mystery    :-)


The Bug tracker is open to anybody
who want to contribute bug reports.

You simple need to create an account at

   http://www.itk.org/Bug/index.php

by providing your email, clicking on
"create new account" and then in "email
password".

Note that the developers-list is now also
open to anybody. This list is intended for
people contributing code and with more detailed
concerns regarding design and implementation.



Regards,


     Luis



-----------------------
Ivan Macia wrote:
> 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
>>
>>
>>Hi Ivan,
>>
>>Thanks for pointing this out.
>>
>>The issue was logged in the Bug tracker as Bug # 652,
>>http://www.itk.org/Bug/bug.php?op=show&bugid=652&pos=16
>>
>>and a fix has been commited today to CVS.
>>
>>The reason why its test was passing is a mystery
>>that remains to be solved...
>>
>>Please let us know if you find any other problem,
>>
>>
>>   Thanks
>>
>>
>>       Luis
>>
>>
>>------------------
>>Ivan Macia wrote:
>>
>>
>>>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 = LaplacianFilterType::New();
>>>
>>>Hope this helps
>>>Later
>>>
>>>Iván
>>>
>>>________________________________
>>>
>>>Iván Macía Oliver
>>>Ing. Industrial
>>>Ing. en Automática y Electrónica
>>>Asociación VICOMTech
>>>http://www.vicomtech.es
>>>Paseo Mikeletegi 57, bajo
>>>20.009 Donostia-San Sebastián
>>>(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
>>>
>>
>>
> 
> 
>