[ITK] [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/community/attachments/20151030/2a1c9039/attachment-0001.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/community/attachments/20151030/2a1c9039/attachment-0001.cxx>
-------------- next part --------------
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list