Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 384 Bytes

File metadata and controls

9 lines (6 loc) · 384 Bytes

C++调用Python3的各类接口

该仓库记录了:

  • 通过c++调用Python3 的函数
  • 通过c++调用Python3中的类以及类的方法
  • 实现了c++的OpenCV库的Mat图像和Python的Numpy图像矩阵之间的转换

通过在C++程序中调用Python3接口,可以实现C++程序直接调用Python训练好的深度学习网络,从而可以返回目标分割的结果。