[ITK] [ITK-users] VNL Functions in Python
Matt McCormick
matt.mccormick at kitware.com
Mon Apr 11 10:58:26 EDT 2016
Hi Robert,
Yes, we could wrap this function in Python, but you might as well use
the inverse in numpy, which is readily available.
Thanks,
Matt
On Sun, Apr 10, 2016 at 8:40 AM, Robert <scorpiuni at gmail.com> wrote:
> Hello again,
>
> The following function does not seem to be available in Python:
>
> vnl_matrix< double > Pinv;
> Pinv = vnl_matrix_inverse< double >(P);
>
> Is there any way to solve this with .wrap files, or am I simply missing
> something here?
> I guess one solution would be to use numpy, right? Woudn't that be
> better/faster anyways?
>
> Thanks for your input,
> Robert
>
>
>
> --
> View this message in context: http://itk-insight-users.2283740.n2.nabble.com/VNL-Functions-in-Python-tp7588715.html
> Sent from the ITK Insight Users mailing list archive at Nabble.com.
> _____________________________________
> 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