1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #21182 from mshabunin:split-cv2cpp

Split cv2.cpp

* split cv2.cpp: util, numpy

* split cv2.cpp: convert

* split cv2.cpp: highgui, more utils

* split cv2.cpp: fix numpy import
This commit is contained in:
Maksim Shabunin
2021-12-05 15:49:36 +03:00
committed by GitHub
parent 676a724491
commit 973e1acb67
12 changed files with 2458 additions and 2142 deletions
+2
View File
@@ -44,6 +44,8 @@
#ifndef __PYCOMPAT_HPP__
#define __PYCOMPAT_HPP__
#include <string>
#if PY_MAJOR_VERSION >= 3
// Python3 treats all ints as longs, PyInt_X functions have been removed.