yas-sim / python-cpp-extension-sample-code

Sample code of Python C++ extension module. Demonstrates how to deal with Numpy objects in C++ codes. Also, OpenCV Mat and Numpy interaction code example is included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample code of Python extension module

Description:

This project includes C++ Python extension module which handles Numpy objects. Numpy object and OpenCV Mat object interaction code example is also included.

image

How to build:

build.bat

Note:

Tested on Win10 with MSVC 2019.

About

Sample code of Python C++ extension module. Demonstrates how to deal with Numpy objects in C++ codes. Also, OpenCV Mat and Numpy interaction code example is included.


Languages

Language:C++ 78.0%Language:CMake 13.0%Language:Python 8.9%