Ask Your Question

Revision history [back]

Communication between c++ and python

Hi,

I have a code in c++ which call a python script. For simple object to drive python script, there is no problem, but when i try to pass a cv::Mat constructed in c++ to python script, I am not able to read this object on python side.

Is there a way to realize communication between my two piece of code ?

Thanks in advance.

Ben