opencv/modules/core/include/opencv2
Rok Mandeljc 029dfbc89d opencv_core: CUDA: check if __CUDA_ARCH__ is defined before comparing it
Changed statements of type "#if __CUDA_ARCH__ >= 200" to
"#if defined __CUDA_ARCH__ && __CUDA_ARCH__ >= 200" in order to
avoid warnings about __CUDA_ARCH__ being undefined.
2016-01-01 23:48:57 +01:00
..
core opencv_core: CUDA: check if __CUDA_ARCH__ is defined before comparing it 2016-01-01 23:48:57 +01:00
core.hpp change links from samples/python2 to samples/python 2015-12-18 11:00:30 +03:00