Exposing C++ function that returns a C++ object to Python

前端 未结 0 1921
囚心锁ツ
囚心锁ツ 2020-12-01 15:13

I wrote a C++ .dll with a function that returns an OpenCV\'s cv::dnn object. I want to expose this function to Python code. I tried using ctypes but gave up after learning t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题