1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

added CUDA_DISABLER preprocessor commands

This commit is contained in:
Anatoly Baksheev
2012-10-01 22:37:20 +04:00
parent 46874d40df
commit 55b1d7c097
112 changed files with 376 additions and 81 deletions
@@ -9,6 +9,8 @@
* agreement from NVIDIA Corporation is strictly prohibited.
*/
#if !defined CUDA_DISABLER
#include "TestDrawRects.h"
#include "NCVHaarObjectDetection.hpp"
@@ -162,3 +164,5 @@ bool TestDrawRects<T>::deinit()
template class TestDrawRects<Ncv8u>;
template class TestDrawRects<Ncv32u>;
#endif /* CUDA_DISABLER */