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
d945b20d
Commit
d945b20d
authored
Jul 26, 2013
by
Roman Donchenko
Committed by
OpenCV Buildbot
Jul 26, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1191 from jet47:gpu-perf4au-fix
parents
be8b3687
dfd29578
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
main.cpp
modules/gpu/perf4au/main.cpp
+5
-9
No files found.
modules/gpu/perf4au/main.cpp
View file @
d945b20d
...
...
@@ -55,16 +55,12 @@
#include "opencv2/video/video.hpp"
#include "opencv2/legacy/legacy.hpp"
int
main
(
int
argc
,
char
*
argv
[])
{
perf
::
printCudaInfo
();
perf
::
Regression
::
Init
(
"gpu_perf4au"
);
perf
::
TestBase
::
Init
(
argc
,
argv
);
testing
::
InitGoogleTest
(
&
argc
,
argv
);
static
const
char
*
impls
[]
=
{
"cuda"
,
"plain"
};
return
RUN_ALL_TESTS
();
}
CV_PERF_TEST_MAIN_WITH_IMPLS
(
gpu_perf4au
,
impls
,
perf
::
printCudaInfo
())
//////////////////////////////////////////////////////////
// HoughLinesP
...
...
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