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
5aae21c0
Commit
5aae21c0
authored
Mar 28, 2012
by
Vladislav Vinogradov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug #1640
parent
de27d3e0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
NCVHaarObjectDetection.cu
modules/gpu/src/nvidia/NCVHaarObjectDetection.cu
+0
-0
main.cpp
modules/gpu/test/main.cpp
+1
-1
test_nvidia.cpp
modules/gpu/test/test_nvidia.cpp
+1
-1
No files found.
modules/gpu/src/nvidia/NCVHaarObjectDetection.cu
View file @
5aae21c0
This diff is collapsed.
Click to expand it.
modules/gpu/test/main.cpp
View file @
5aae21c0
...
...
@@ -116,7 +116,7 @@ int main(int argc, char** argv)
TS
::
ptr
()
->
init
(
"gpu"
);
InitGoogleTest
(
&
argc
,
argv
);
const
char
*
keys
=
"{ nvtest_output_level | nvtest_output_level |
none
| NVidia test verbosity level }"
;
const
char
*
keys
=
"{ nvtest_output_level | nvtest_output_level |
compact
| NVidia test verbosity level }"
;
CommandLineParser
parser
(
argc
,
(
const
char
**
)
argv
,
keys
);
...
...
modules/gpu/test/test_nvidia.cpp
View file @
5aae21c0
...
...
@@ -84,7 +84,7 @@ struct NVidiaTest : TestWithParam<cv::gpu::DeviceInfo>
struct
NPPST
:
NVidiaTest
{};
struct
NCV
:
NVidiaTest
{};
OutputLevel
nvidiaTestOutputLevel
=
OutputLevel
None
;
OutputLevel
nvidiaTestOutputLevel
=
OutputLevel
Compact
;
TEST_P
(
NPPST
,
Integral
)
{
...
...
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