环境:ubuntu 16.04
需求:算法用C++写的,封装成so动态库,Python用cdll.LoadLibrary加载动态库,接口中有参数为opencv中的mat格式,这时候如何调用?
解决办法:
1、第一种解决方案:http://stackoverflow.com/questions/19031836/get-background-model-from-backgroundsubtractormog2-in-python/19063223
2、第二种解决方案:https://github.com/Algomorph/pyboostcvconverter