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
e467ece1
Commit
e467ece1
authored
Apr 25, 2012
by
Vladislav Vinogradov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merged bug fix from r8174 (GPU_NVidia/NCV.Visualization test)
parent
916d07cf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main_nvidia.cpp
modules/gpu/test/nvidia/main_nvidia.cpp
+1
-1
test_nvidia.cpp
modules/gpu/test/test_nvidia.cpp
+1
-1
No files found.
modules/gpu/test/nvidia/main_nvidia.cpp
View file @
e467ece1
...
...
@@ -440,7 +440,7 @@ bool nvidia_NCV_Visualization(const std::string& test_data_path, OutputLevel out
NCVAutoTestLister
testListerVisualize
(
"Visualization"
,
outputLevel
);
NCVTestSourceProvider
<
Ncv8u
>
testSrcRandom_8u
(
2010
,
0
,
255
,
4096
,
4096
);
NCVTestSourceProvider
<
Ncv32u
>
testSrcRandom_32u
(
2010
,
0
,
0xFFFFFFFF
,
4096
,
4096
);
NCVTestSourceProvider
<
Ncv32u
>
testSrcRandom_32u
(
2010
,
0
,
RAND_MAX
,
4096
,
4096
);
generateDrawRectsTests
(
testListerVisualize
,
testSrcRandom_8u
,
testSrcRandom_32u
,
4096
,
4096
);
generateDrawRectsTests
(
testListerVisualize
,
testSrcRandom_32u
,
testSrcRandom_32u
,
4096
,
4096
);
...
...
modules/gpu/test/test_nvidia.cpp
View file @
e467ece1
...
...
@@ -156,7 +156,7 @@ TEST_P(NCV, HypothesesFiltration)
ASSERT_TRUE
(
res
);
}
TEST_P
(
NCV
,
DISABLED_
Visualization
)
TEST_P
(
NCV
,
Visualization
)
{
// this functionality doesn't used in gpu module
bool
res
=
nvidia_NCV_Visualization
(
path
,
nvidiaTestOutputLevel
);
...
...
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