Communication between c++ and python

asked 2018-06-27 09:09:52 -0600

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

edit retag flag offensive close merge delete

Comments

Can you please show your code?

sjhalayka gravatar imagesjhalayka ( 2018-06-28 16:23:50 -0600 )edit