opencv/modules/cudaarithm
cyy 10fb88d027 Merge pull request #12391 from DEEPIR:master
fix some errors found by static analyzer. (#12391)

* fix possible divided by zero and by negative values

* only 4 elements are used in these arrays

* fix uninitialized member

* use boolean type for semantic boolean variables

* avoid invalid array index

* to avoid exception and because base64_beg is only used in this block

* use std::atomic<bool> to avoid thread control race condition
2018-09-04 16:39:19 +03:00
..
include/opencv2 Extensive wrapping of CUDA functionalities for Python 2018-08-30 22:50:33 +09:00
perf ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
src Merge pull request #12391 from DEEPIR:master 2018-09-04 16:39:19 +03:00
test test_buffer_pool: synchronize after async copy 2018-03-19 09:30:06 +09:00
CMakeLists.txt Extensive wrapping of CUDA functionalities for Python 2018-08-30 22:50:33 +09:00