Merge pull request #21182 from mshabunin:split-cv2cpp
authorMaksim Shabunin <maksim.shabunin@gmail.com>
Sun, 5 Dec 2021 12:49:36 +0000 (15:49 +0300)
committerGitHub <noreply@github.com>
Sun, 5 Dec 2021 12:49:36 +0000 (12:49 +0000)
commit973e1acb67fd2aeb198c3ddc674cf32376609c62
treed4cf57a0c1acd007c2d772ebadc71889375294ab
parent676a724491de423c5d964d83594f7e99aa0d31c7
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
12 files changed:
modules/python/common.cmake
modules/python/src2/cv2.cpp
modules/python/src2/cv2.hpp [new file with mode: 0644]
modules/python/src2/cv2_convert.cpp [new file with mode: 0644]
modules/python/src2/cv2_convert.hpp [new file with mode: 0644]
modules/python/src2/cv2_highgui.cpp [new file with mode: 0644]
modules/python/src2/cv2_highgui.hpp [new file with mode: 0644]
modules/python/src2/cv2_numpy.cpp [new file with mode: 0644]
modules/python/src2/cv2_numpy.hpp [new file with mode: 0644]
modules/python/src2/cv2_util.cpp [new file with mode: 0644]
modules/python/src2/cv2_util.hpp [new file with mode: 0644]
modules/python/src2/pycompat.hpp