Revert "disable CUDA generalized Hough Transform"
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 6 Feb 2014 12:58:40 +0000 (16:58 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 6 Feb 2014 14:02:14 +0000 (18:02 +0400)
This reverts commit 33d42b740c6fe938b63a0b25c9ad51741aba48c3.

modules/gpu/src/cuda/generalized_hough.cu
modules/gpu/src/generalized_hough.cpp
modules/gpu/test/test_hough.cpp

index 35451e7..5e2041e 100644 (file)
@@ -40,8 +40,6 @@
 //
 //M*/
 
-#define CUDA_DISABLER
-
 #if !defined CUDA_DISABLER
 
 #include <thrust/device_ptr.h>
index 867ba7e..a92c37d 100644 (file)
@@ -40,8 +40,6 @@
 //
 //M*/
 
-#define CUDA_DISABLER
-
 #include "precomp.hpp"
 
 using namespace std;
index 6441fc6..f876a7a 100644 (file)
@@ -189,7 +189,7 @@ PARAM_TEST_CASE(GeneralizedHough, cv::gpu::DeviceInfo, UseRoi)
 {
 };
 
-GPU_TEST_P(GeneralizedHough, DISABLED_POSITION)
+GPU_TEST_P(GeneralizedHough, POSITION)
 {
     const cv::gpu::DeviceInfo devInfo = GET_PARAM(0);
     cv::gpu::setDevice(devInfo.deviceID());