Commit e9638d09 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov Committed by Alexander Smorkalov

disable CUDA generalized Hough Transform

(cherry picked from commit 33d42b74)
parent 5cb00845
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
// //
//M*/ //M*/
#define CUDA_DISABLER
#if !defined CUDA_DISABLER #if !defined CUDA_DISABLER
#include <thrust/device_ptr.h> #include <thrust/device_ptr.h>
......
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
// //
//M*/ //M*/
#define CUDA_DISABLER
#include "precomp.hpp" #include "precomp.hpp"
using namespace std; using namespace std;
......
...@@ -189,7 +189,7 @@ PARAM_TEST_CASE(GeneralizedHough, cv::gpu::DeviceInfo, UseRoi) ...@@ -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); const cv::gpu::DeviceInfo devInfo = GET_PARAM(0);
cv::gpu::setDevice(devInfo.deviceID()); cv::gpu::setDevice(devInfo.deviceID());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment