disable CUDA generalized Hough Transform

(cherry picked from commit 33d42b740c)
pull/2199/head
Vladislav Vinogradov 11 years ago committed by Alexander Smorkalov
parent 5cb0084547
commit e9638d0997
  1. 2
      modules/gpu/src/cuda/generalized_hough.cu
  2. 2
      modules/gpu/src/generalized_hough.cpp
  3. 2
      modules/gpu/test/test_hough.cpp

@ -40,6 +40,8 @@
//
//M*/
#define CUDA_DISABLER
#if !defined CUDA_DISABLER
#include <thrust/device_ptr.h>

@ -40,6 +40,8 @@
//
//M*/
#define CUDA_DISABLER
#include "precomp.hpp"
using namespace std;

@ -189,7 +189,7 @@ PARAM_TEST_CASE(GeneralizedHough, cv::gpu::DeviceInfo, UseRoi)
{
};
GPU_TEST_P(GeneralizedHough, POSITION)
GPU_TEST_P(GeneralizedHough, DISABLED_POSITION)
{
const cv::gpu::DeviceInfo devInfo = GET_PARAM(0);
cv::gpu::setDevice(devInfo.deviceID());

Loading…
Cancel
Save