opencv/modules/core
Marcin Tolysz 53400d86e2 Fix compiler warnings for latest cuda npp which defines this itself as:
```
#define NPP_VER_MAJOR 10
#define NPP_VER_MINOR 2
#define NPP_VER_PATCH 0
#define NPP_VER_BUILD 243

#define NPP_VERSION (NPP_VER_MAJOR * 1000 +     \
                     NPP_VER_MINOR *  100 +     \
                     NPP_VER_PATCH)
2019-10-07 11:45:26 +01:00
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc docs: intro formatting update, minor cleanup 2018-11-04 02:36:24 +00:00
include/opencv2 Fix compiler warnings for latest cuda npp which defines this itself as: 2019-10-07 11:45:26 +01:00
misc Fix modules/ typos 2019-08-16 17:34:29 +03:00
perf fast_math: add extra perf/unit tests 2019-08-07 14:59:46 -05:00
src Merge pull request #15646 from alalek:fix_avx512_detection 2019-10-05 15:30:09 +00:00
test core(test): fix check conditions 2019-09-22 11:28:41 +00:00
CMakeLists.txt cmake: update initialization 2019-08-08 15:23:16 +03:00