[ITK-users] registration->StartRegistration();

Matt McCormick matt.mccormick at kitware.com
Mon Dec 8 10:36:18 EST 2014


Hi Matias,

->StartRegistration();

has been deprecated in favor of

->Update();

which is more consistent with how the rest of the algorithms are start in ITK.

HTH,
Matt

On Sat, Dec 6, 2014 at 10:44 AM, Matias Montroull <matimontg at gmail.com> wrote:
> Hi,
>
> I was trying to compile some registration examples and I get this:
>     2    IntelliSense: class "itk::ImageRegistrationMethod<itk::Image<signed
> short, 3U>, itk::Image<signed short, 3U>>" has no member "StartRegistration"
>
> Should I use Update(); instead?
>
> I tried but I get an error when running the program.
>
> (I tried both examples registration8 and registration20
>
> Thanks,
>
>
> _____________________________________
> 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 Insight-users mailing list