[Insight-users] use itkFiniteDifferenceImageFilter

elhadj meljane elhadj.meljane at gmail.com
Sun May 2 17:39:29 EDT 2010


Hi all,
I try to use  itkFiniteDifferenceImageFilter to iterate with
f_{n+1} = f_n +dt*A_n
and I don't know how to introduce the A_n in this filter, I guess is done in
the filter with ?
FiniteDifferenceImageFilter<..>::GenerateData()
{
...
this->ApplyUpdate()
...
}

is there an itk simple example of an implemntation of the ApplyUpdate() and
how to use it to iterate with this filter.

Thanks,
Elhadj,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100502/47b62eaa/attachment.htm>


More information about the Insight-users mailing list