opencv/modules/core
Alexander Alekhin 4c7aa8645a ocl: validate arguments in KernelArgs constructor
- don't use undefined flag=0. It should be CONSTANT instead.
- don't allow 'UMat* m=NULL' argument (except LOCAL/CONSTANT flags).
  This case is not handled well to provide NULL __global pointers.
  It is better to use '-D' macro defines instead (at least for performance)
2017-02-14 16:10:32 +03:00
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 Merge pull request #8197 from csukuangfj/csukuangfj-patch-1 2017-02-13 13:58:44 +03:00
misc/java Added Java wrapping for tracking module 2016-12-31 02:19:38 +09:00
perf test: fix tolerance perf check for Exp/Log/Sqrt 2016-10-20 16:54:48 +03:00
src ocl: validate arguments in KernelArgs constructor 2017-02-14 16:10:32 +03:00
test core: fix String::end() implementation 2017-02-09 16:36:22 +03:00
CMakeLists.txt cmake: fix lapack 2017-01-17 15:56:42 +03:00