opencv/modules
Vadim Pisarevsky 0488d9bdb2 optimize out scaleLayer & concatLayer whenever possible
fixed problem in concat layer by disabling memory re-use in layers with multiple inputs

trying to fix the tests when Halide is used to run deep nets

another attempt to fix Halide tests

see if the Halide tests will pass with concat layer fusion turned off

trying to fix failures in halide tests; another try

one more experiment to make halide_concat & halide_enet tests pass

continue attempts to fix halide tests

moving on

uncomment parallel concat layer

seemingly fixed failures in Halide tests and re-enabled concat layer fusion; thanks to dkurt for the patch
2017-07-14 18:30:53 +03:00
..
calib3d calib3d: fix not working CALIB_FIX_TANGENT_DIST flag 2017-07-13 10:49:35 +03:00
core Merge pull request #9063 from alalek:hamming_perf_test 2017-07-14 14:46:17 +00: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 Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
cudaoptflow Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00: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 optimize out scaleLayer & concatLayer whenever possible 2017-07-14 18:30:53 +03:00
features2d Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
flann Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
highgui Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
imgcodecs Fixed some issues found by static analysis (4th round) 2017-06-30 12:26:53 +03:00
imgproc Merge pull request #9021 from terfendail:corner_avx 2017-07-14 14:58:06 +00:00
java add java wrappers to dnn module 2017-07-02 11:46:20 +04:00
ml Prevent crash when attempting to create training data without responses. 2017-06-30 15:36:47 +02:00
objdetect Merge pull request #9042 from terfendail:haar_avx 2017-07-14 15:05:11 +00:00
photo Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
python static analyze: python dynamic_cast checks 2017-07-06 17:11:51 +03:00
shape Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
stitching Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
superres Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
ts Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
video Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
videoio Fixed several issues found by static analysis (Windows specific) 2017-07-10 23:14:02 +03:00
videostab Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
viz static build workaround 2017-06-30 18:17:32 +03:00
world build: update modules descriptions 2017-06-20 15:45:23 +03:00
CMakeLists.txt