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:
@@ -9,6 +9,8 @@
|
||||
* agreement from NVIDIA Corporation is strictly prohibited.
|
||||
*/
|
||||
|
||||
#if !defined CUDA_DISABLER
|
||||
|
||||
#include "TestHaarCascadeLoader.h"
|
||||
#include "NCVHaarObjectDetection.hpp"
|
||||
|
||||
@@ -121,3 +123,5 @@ bool TestHaarCascadeLoader::deinit()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif /* CUDA_DISABLER */
|
||||
Reference in New Issue
Block a user