opencv/modules/imgproc
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
..
doc Change image e small fix to cv::ellipse() Doc 2017-02-23 09:10:48 +01:00
include/opencv2 Add a note to morphologyEx documentation to clarify the behavior when iterations > 1. 2017-06-25 00:16:16 +02:00
misc/java Refactor OpenCV Java Wrapping 2017-06-15 20:35:12 +04:00
perf trace: initial support for code trace 2017-06-26 17:07:13 +03:00
src another round of dnn optimization (#9011) 2017-06-28 11:15:22 +03:00
test Merge pull request #8377 from ottogin:interpMultichannelImg 2017-05-24 12:38:41 +00:00
CMakeLists.txt Python support 2015-03-02 18:13:00 +03:00