Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yas-sim/python-cpp-extension-sample-code
- Owner: yas-sim
- Created: 2021-07-26T03:53:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T08:51:05.000Z (over 3 years ago)
- Last Synced: 2024-04-23T00:09:54.639Z (7 months ago)
- Topics: image-processing, image-processing-opencv, image-processing-python, numpy, numpy-capi, opencv, python-cpp, python-extension
- Language: C++
- Homepage:
- Size: 836 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.