[Insight-users] Design Issues: Registration, Pointset's, and multivalued cost functions

Luis Ibanez luis.ibanez at kitware.com
Sun Sep 12 13:02:34 EDT 2010


Hi Haiyong,

No, you can't use single value optimizers with the current

            itkPointSetToPointSetRegistrationMethod
            itkPointSetToPointSetMetric


However,

You can easily clone these two classes, by copy/pasting
the files, renaming them, and replacing internally the string

               "MultiValue"

with

               "SingleValue"

It should take just some minutes to do so,

Once you have those cloned classes, you should be
able to use them with single valued optimizers.

Note however, that a single valued optimizer works
on a resuded amount of information, and therefore
it may take longer to converge than a multi-valued one.


Please let us know if you run into any problem.



BTW: Once you are done, you may want to share
the resulting classes with the ITK community,
by posting them to the Insight Journal.    :-)



      Thanks


          Luis



----------------------------------------------------------------------------------------------
On Fri, Sep 10, 2010 at 11:34 AM, Haiyong Xu <haiyeong at gmail.com> wrote:

> Hi there,
>
> I noticed that both optimizer and metric in
> itk::PointsetToPointsetRegistration are multiple valued. Is there any
> way to utilized single valued optimizers, such as
> OnePlusOneEvolutionaryOptimizer, in the registration method? The same
> question has been raised to this list in 2007,
> http://public.kitware.com/pipermail/insight-users/2007-April/021755.html,
> but there is no answer yet. Thanks.
>
> --Haiyong Xu
> _____________________________________
> 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.html
>
> 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://www.itk.org/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100912/623bccd4/attachment.htm>


More information about the Insight-users mailing list