![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
This page describe first steps that user should follow to use IPSDK as Python third party.
Using IPSDK with its python interface is very easy. You should start with the creation of a python script file.
IPSDK python core can then simply be used importing PyIPSDK module :
Image processing algorithm are imported by familly :
Once imports done, you can simply (for example) load a Tiff image on disk as follow (with inputImgPath an existing tiff image file path) :
Process a circular erosion computation on it :
Save result to an ouput Tiff file (with outputImgPath a valid tiff image file path) :
Summary of all these operations is then given by :
You are now ready to use our IPSDK python wrapping. We recommend you to start by reading the associated IPSDK Python wrapping samples documentation.
You should then consult the Image processing algorithms documentation to start with other algorithms.
1.8.14