opencv/modules/cudaarithm/src
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
..
cuda Closes #12281 - a bug in cuda::pow with negative base values 2018-08-24 05:12:14 +09:00
arithm.cpp Merge pull request #12391 from DEEPIR:master 2018-09-04 16:39:19 +03:00
core.cpp use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
element_operations.cpp use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
precomp.hpp removed dependecy from cudalegacy 2013-10-01 12:18:40 +04:00
reductions.cpp cuda_meanStdDev : bug fix 2018-05-16 03:31:47 +09:00