disable CUDA generalized Hough Transform

This commit is contained in:
Vladislav Vinogradov
2014-01-21 14:35:51 +04:00
parent d847387694
commit 33d42b740c
3 changed files with 5 additions and 1 deletions

View File

@@ -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());