[ITK-users] (no subject)
Carmine Pagliaro
carminepagliaro at gmail.com
Fri Oct 30 10:59:39 EDT 2015
Dear ITK team,
in the file attacched I register 2 mri image in nifti format.
the optimization algorithm is gradientdescent
typedef itk::RegularStepGradientDescentOptimizer OptimizerType;
I would make one myself using annealing. so how can I do this?
how could I must modified the follow code ? what is optimizer?
OptimizerType::Pointer optimizer = OptimizerType::New();
registration->SetOptimizer( optimizer );
thank you very much
--
Carmine Pagliaro
*Life is for sharing.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20151030/2a1c9039/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ImageRegistrationMethod.cxx
Type: text/x-c++src
Size: 9953 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20151030/2a1c9039/attachment.cxx>
More information about the Insight-users
mailing list