opencv/modules/core/include/opencv2
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
..
core Fix compiler warnings for latest cuda npp which defines this itself as: 2019-10-07 11:45:26 +01:00
core.hpp Assorted documentation fixes 2019-08-31 01:50:11 +03:00