Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
79e4f7eb
Commit
79e4f7eb
authored
Feb 06, 2014
by
Vladislav Vinogradov
Committed by
Alexander Smorkalov
Feb 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "disable CUDA generalized Hough Transform"
This reverts commit
33d42b74
. (cherry picked from commit
5d099df5
)
parent
cc73c700
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
generalized_hough.cu
modules/gpu/src/cuda/generalized_hough.cu
+0
-2
generalized_hough.cpp
modules/gpu/src/generalized_hough.cpp
+0
-2
test_hough.cpp
modules/gpu/test/test_hough.cpp
+1
-1
No files found.
modules/gpu/src/cuda/generalized_hough.cu
View file @
79e4f7eb
...
...
@@ -40,8 +40,6 @@
//
//M*/
#define CUDA_DISABLER
#if !defined CUDA_DISABLER
#include <thrust/device_ptr.h>
...
...
modules/gpu/src/generalized_hough.cpp
View file @
79e4f7eb
...
...
@@ -40,8 +40,6 @@
//
//M*/
#define CUDA_DISABLER
#include "precomp.hpp"
using
namespace
std
;
...
...
modules/gpu/test/test_hough.cpp
View file @
79e4f7eb
...
...
@@ -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
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment