[ITK] SimpleITK get reference to voxel data pointer in Python

Matt McCormick matt.mccormick at kitware.com
Thu Nov 27 22:15:05 EST 2014


Hi Coert,

There is a GetArrayFromImage function that can get a NumPy array from
a SimpleITK image. Then possibly use the numpy ctypes support [1]. It
depends on what you want to do...

HTH,
Matt

[1] http://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.ctypes.html

On Thu, Nov 27, 2014 at 1:58 PM, Coert Metz <c.metz at quantib.com> wrote:
> Hi all,
>
> I would like to get access to the voxel data pointer of a SimpleITK image
> from Python. I see there is a method GetBufferAsInt16 which would suffice
> but it does not seem to wrapped in Python. Is there a way to still access
> this voxel data pointer?
>
> Regards,
> --
> Coert Metz, PhD
> Research & Development Engineer  |  Quantib B.V.
> c.metz at quantib.com  |  +31 650 68 60 28
>
> This message may contain confidential or privileged information. If you are
> not the addressee, please notify the sender and delete it from your files.
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community
>


More information about the Community mailing list