opencv/modules
Vadim Pisarevsky 841741aa52
significantly reduced OpenCV binary size by disabling IPP in some funcs (#13085)
* significantly reduced OpenCV binary size by disabling IPP calls in some OpenCV functions: Sobel, Scharr, medianBlur, GaussianBlur, filter2D, mean, meanStdDev, norm, sum, minMaxIdx, sort.

* re-enable IPP in norm, since it's much faster (without adding too much space overhead)
2018-11-09 17:39:29 +03:00
..
calib3d mostly removed obsolete C API from calib3d (at least at the interface level) (#13081) 2018-11-09 16:12:22 +03:00
core significantly reduced OpenCV binary size by disabling IPP in some funcs (#13085) 2018-11-09 17:39:29 +03:00
dnn Merge pull request #12985 from wzw-intel:vkcom_refine 2018-11-08 10:26:57 +00:00
features2d completely new C++ persistence implementation (#13011) 2018-11-02 00:27:06 +03:00
flann flann: drop untested hdf5.h 2018-10-21 15:16:52 +00:00
gapi gapi: fix ARM build 2018-11-09 06:37:48 +00:00
highgui removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 2018-11-09 00:52:09 +03:00
imgcodecs removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 2018-11-09 00:52:09 +03:00
imgproc significantly reduced OpenCV binary size by disabling IPP in some funcs (#13085) 2018-11-09 17:39:29 +03:00
java Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-11-06 20:04:31 +00:00
js Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-15 20:15:42 +00:00
ml completely new C++ persistence implementation (#13011) 2018-11-02 00:27:06 +03:00
objdetect refined QRCodeDetector API for OpenCV 4.0 (#13086) 2018-11-09 12:57:27 +03:00
photo removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 2018-11-09 00:52:09 +03:00
python shape: move sample to opencv_contrib 2018-11-06 16:52:17 +03:00
stitching mostly removed obsolete C API from calib3d (at least at the interface level) (#13081) 2018-11-09 16:12:22 +03:00
ts mostly removed obsolete C API from calib3d (at least at the interface level) (#13081) 2018-11-09 16:12:22 +03:00
video removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 2018-11-09 00:52:09 +03:00
videoio removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 2018-11-09 00:52:09 +03:00
world
CMakeLists.txt