Messaging between Python and C++ applications
I recently wanted to create an image-processing pipeline made up of a combination of C++ programs and Python scripts.
Rather than integrating direct communication (or direct calls) within the applications, I wanted flexibility in the design of the pipeline to allow for experimentation.
The solution was to make use of ...
[Read more...]