Open
Description
- Demonstrate initializing a numpy array and converting to ITK image format with
itk.image_from_array
anditk.image_view_from_array
- Demonstrate manipulating an ITK image as a numpy array with
itk.array_from_image
anditk.array_view_from_image
- Demonstrate ITK's
KJIIJK notation vs numpy'sIJKKJI notation withitk.size(image)
vsimage.shape
EDIT: Fixed image_view_from_array
and array_view_from_image