![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Modules demonstrating how to mix PyIPSDK library features with SimpleItk features. More...
Modules demonstrating how to mix PyIPSDK library features with SimpleItk features.
SimpleItk images, see SimpleItk official web site, can easily be manipulated has PyIPSDK images and vice versa without memory penalty cost using numpy array. There is no reallocation exchanging data from SimpleItk images to PyIPSDK images and vice versa.
SimpleItk library should be installed with used Python distribution (see SimpleItk official web site for more informations).
The following script illustrate how to handle usage of SimpleItk library with PyIPSDK library.
We start by importing all necessary libraries:
We can now mix PyIPSDK and SimpleItk features :
1.8.14