Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 338 Bytes

File metadata and controls

14 lines (10 loc) · 338 Bytes

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.