Merge remote-tracking branch 'upstream/3.4' into merge-3.4
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Sun, 31 Jan 2021 17:44:15 +0000 (17:44 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Sun, 31 Jan 2021 17:44:15 +0000 (17:44 +0000)
1  2 
CMakeLists.txt
modules/core/include/opencv2/core/utils/tls.hpp
modules/python/src2/cv2.cpp

diff --cc CMakeLists.txt
Simple merge
  
  #define MODULESTR "cv2"
  #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
 +
  #include <numpy/ndarrayobject.h>
  
+ #include "opencv2/opencv_modules.hpp"
+ #include "opencv2/core.hpp"
  #include "opencv2/core/utils/configuration.private.hpp"
  #include "opencv2/core/utils/logger.hpp"
  #include "opencv2/core/utils/tls.hpp"