![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Modules demonstrating how to mix PyIPSDK library features with OpenCV features. More...
Modules demonstrating how to mix PyIPSDK library features with OpenCV features.
OpenCV images, see OpenCV 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 OpenCV images to PyIPSDK images and vice versa.
OpenCV library should be installed with used Python distribution (see OpenCV official web site for more informations).
The following script illustrate how to handle usage of OpenCV library with PyIPSDK library.
We start by importing all necessary libraries:
We can now mix PyIPSDK and OpenCV features :
1.8.14