opencv/modules
Vadim Pisarevsky 8b3d6603d5 another round of dnn optimization (#9011)
* another round of dnn optimization:
* increased malloc alignment across OpenCV from 16 to 64 bytes to make it AVX2 and even AVX-512 friendly
* improved SIMD optimization of pooling layer, optimized average pooling
* cleaned up convolution layer implementation
* made activation layer "attacheable" to all other layers, including fully connected and addition layer.
* fixed bug in the fusion algorithm: "LayerData::consumers" should not be cleared, because it desctibes the topology.
* greatly optimized permutation layer, which improved SSD performance
* parallelized element-wise binary/ternary/... ops (sum, prod, max)

* also, added missing copyrights to many of the layer implementation files

* temporarily disabled (again) the check for intermediate blobs consistency; fixed warnings from various builders
2017-06-28 11:15:22 +03:00
..
calib3d Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
core another round of dnn optimization (#9011) 2017-06-28 11:15:22 +03:00
cudaarithm suppress warning on Jetson TK1 2017-06-15 18:28:13 +09:00
cudabgsegm Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudacodec Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudafeatures2d test: fix cuda build 2016-11-29 01:18:10 +03:00
cudafilters Remove redundant precomp.hpp and using-namespace 2017-05-14 21:35:53 +09:00
cudaimgproc Merge pull request #8367 from khnaba:cuda-calchist-with-mask 2017-03-15 09:34:00 +00:00
cudalegacy Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudaobjdetect Add cuda::streams to by_rows and 8UC1 functions 2017-03-27 10:54:07 +02:00
cudaoptflow Fixed bug #7482. Updated dense flow routine to reference bound textures. 2017-01-18 19:30:45 +02:00
cudastereo test: fix cuda build 2016-11-29 01:18:10 +03:00
cudawarping
cudev Use %% for inline assembly rather than % so this compiles with clang. 2017-04-05 10:57:50 -07:00
dnn another round of dnn optimization (#9011) 2017-06-28 11:15:22 +03:00
features2d Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
flann Merge pull request #8990 from mshabunin:fix-static-2 2017-06-27 14:53:26 +00:00
highgui trace: initial support for code trace 2017-06-26 17:07:13 +03:00
imgcodecs Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
imgproc another round of dnn optimization (#9011) 2017-06-28 11:15:22 +03:00
java More accurate condition to detect emulator 2017-06-22 00:47:15 -07:00
ml Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
objdetect Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
photo photo: add assertion on empty image in denoising 2017-06-14 13:57:07 +03:00
python trace: initial support for code trace 2017-06-26 17:07:13 +03:00
shape Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
stitching Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
superres Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
ts trace: initial support for code trace 2017-06-26 17:07:13 +03:00
video Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
videoio Merge pull request #8990 from mshabunin:fix-static-2 2017-06-27 14:53:26 +00:00
videostab Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
viz build: fix viz tests 2017-06-27 08:03:27 +03:00
world build: update modules descriptions 2017-06-20 15:45:23 +03:00
CMakeLists.txt