Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/yas-sim/python-cpp-extension-sample-code

image-processing image-processing-opencv image-processing-python numpy numpy-capi opencv python-cpp python-extension

Last synced: about 5 hours ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](./resources/result.jpg)

### How to build:
```sh
build.bat
```

### Note:
Tested on Win10 with MSVC 2019.