[ITK] [ITK-users] (no subject)

Matt McCormick matt.mccormick at kitware.com
Fri Oct 30 12:02:10 EDT 2015


Hi Carmine,

To see all the optimizer options, go to the base class in Doxygen:

  http://www.itk.org/Doxygen/html/classitk_1_1SingleValuedNonLinearOptimizer.html

Then, look at the inheritance diagram.  There are options like the
OnePlusOneEvolutionaryOptimizer and ParticleSwarmOptimizer.

Hope this helps,
Matt

On Fri, Oct 30, 2015 at 10:59 AM, Carmine Pagliaro
<carminepagliaro at gmail.com> wrote:
> 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.
>
>
> _____________________________________
> 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
>
_____________________________________
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