IPPInitSingelton was added to contain IPP related global variables;
authorPavel Vlasov <pavel.vlasov@intel.com>
Fri, 25 Sep 2015 15:00:53 +0000 (18:00 +0300)
committerPavel Vlasov <pavel.vlasov@intel.com>
Thu, 1 Oct 2015 06:58:48 +0000 (09:58 +0300)
commite837d69f8fa3b465d7a5185900c84c8ce85f00c0
tree0d8e8694eb883aba3ea949ba6098d8c85b3cac1d
parent34e4e66bf1be7c2f28140335d2c37e69bca2d379
IPPInitSingelton was added to contain IPP related global variables;
OPENCV_IPP env var now allows to select IPP architecture level for IPP9+;
IPP initialization logic was unified across modules;
modules/calib3d/src/main.cpp [new file with mode: 0644]
modules/core/include/opencv2/core/base.hpp
modules/core/include/opencv2/core/private.hpp
modules/core/src/system.cpp
modules/features2d/src/main.cpp [new file with mode: 0644]
modules/imgproc/src/color.cpp
modules/imgproc/src/deriv.cpp
modules/imgproc/src/imgwarp.cpp
modules/imgproc/src/main.cpp [new file with mode: 0644]
modules/imgproc/src/sumpixels.cpp
modules/objdetect/src/main.cpp [new file with mode: 0644]