mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
disable CUDA generalized Hough Transform
(cherry picked from commit 33d42b740c)
This commit is contained in:
committed by
Alexander Smorkalov
parent
5cb0084547
commit
e9638d0997
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user