[ITK] [ITK-users] Registration in SimpleITK

Matias Montroull matimontg at gmail.com
Thu Mar 12 19:26:47 EDT 2015


Hi Brad, thanks for the explanation. I'm using C#, would that be the same
process?

On Wed, Mar 11, 2015 at 8:56 PM, Bradley Lowekamp <blowekamp at mail.nih.gov>
wrote:

> Hello,
>
> If you are willing to compile it yourself you can get it to work with just
> a little bit of effort.
>
> Compile the SimpleITK superbuild with shared libraries enabled. Do the
> usual installation of SimpleITK from the super build [1], this will install
> the SimpleITK python library into your site-packages. However, this
> libraries also depends on all the SimpleITK an ITK dlls (not installed or
> packaged), these should be in the superbuild's bin directory. These need to
> be in your run-time path when importing SimpleITK. This can be done either
> by modifying you PATH environment variable you copying them to the
> appropriate place ( which may depend on the python environment, and there
> are likely several alternatives).
>
> Brad
>
> [1] http://www.itk.org/Wiki/SimpleITK/GettingStarted#Python_installation
>
> On Mar 11, 2015, at 7:31 PM, Matias Montroull <matimontg at gmail.com> wrote:
>
>
> My project is using 64 bits and some DLL I use as well, I've ran into
> issues when using the beta version because is 32 bits. I guess I'll wait
> until the final release is done.
> Thanks,
> Matias.
>
> On Wed, Mar 11, 2015 at 7:54 PM, Matias Montroull <matimontg at gmail.com>
> wrote:
>
>> Thanks Bradley, I'll give it a try. I downloaded version 0.8.1 but wasn't
>> aware of this new Beta release
>> Thanks,
>> Matias.
>>
>> On Wed, Mar 11, 2015 at 7:46 PM, Bradley Lowekamp <blowekamp at mail.nih.gov
>> > wrote:
>>
>>> Hello Matias,
>>>
>>> Currently there is SimpleITK 0.9b01 [1] out with the registration
>>> framework.
>>>
>>> With it you can do things like this:
>>>
>>> http://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/56_VH_Registration1.html
>>> or
>>>
>>> http://www.itk.org/SimpleITKDoxygen/html/ImageRegistrationMethod2_8py-example.html
>>>
>>> Please give it a try and let us know how it work for you.
>>>
>>> Enjoy,
>>> Brad
>>>
>>> [1]
>>> http://www.itk.org/Wiki/SimpleITK/ReleaseNotes#SimpleITK_-_Version_0.9.0_Release
>>>
>>> On Mar 11, 2015, at 6:32 PM, Matias Montroull <matimontg at gmail.com>
>>> wrote:
>>>
>>> Hi,
>>>
>>> is it possible to do registration in SimpleITK? I mean, something like
>>> in this example:
>>>
>>> http://public.kitware.com/cgi-bin/viewcvs.cgi/Insight/Examples/Registration/ImageRegistration2.cxx?view=markup
>>>
>>> Thanks,
>>>
>>> Matias,
>>> _____________________________________
>>> 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
>>> _______________________________________________
>>> Community mailing list
>>> Community at itk.org
>>> http://public.kitware.com/mailman/listinfo/community
>>>
>>>
>>>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20150312/43773a89/attachment.html>
-------------- 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