devide icon indicating copy to clipboard operation
devide copied to clipboard

add tests and documentation for itk.PyBuffer

Open GoogleCodeExporter opened this issue 9 years ago • 0 comments

It seems that the Windows DeVIDE 12.2.7 doesn't include PyBuffer, but the Linux 
version does.

Write tests for PyBuffer to exercise this.

Example use:
{{{
import itk
my_numpy_array = itk.PyBuffer[itk.Image.F3].GetArrayFromImage(your_itk_img)
}}}

Original issue reported on code.google.com by cpbotha on 23 Apr 2012 at 7:30

GoogleCodeExporter avatar Mar 21 '15 21:03 GoogleCodeExporter