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
e1a598c5
Commit
e1a598c5
authored
Feb 24, 2014
by
Ilya Lavrenov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabled ABF tests
parent
879c0196
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
perf_filters.cpp
modules/ocl/perf/perf_filters.cpp
+1
-1
test_filters.cpp
modules/ocl/test/test_filters.cpp
+1
-1
No files found.
modules/ocl/perf/perf_filters.cpp
View file @
e1a598c5
...
...
@@ -381,7 +381,7 @@ PERF_TEST_P(BilateralFixture, Bilateral,
typedef
Size_MatType
adaptiveBilateralFixture
;
PERF_TEST_P
(
adaptiveBilateralFixture
,
adaptiveBilateral
,
PERF_TEST_P
(
adaptiveBilateralFixture
,
DISABLED_
adaptiveBilateral
,
::
testing
::
Combine
(
::
testing
::
Values
(
OCL_SIZE_1000
),
OCL_PERF_ENUM
(
CV_8UC1
,
CV_8UC3
)))
{
const
Size_MatType_t
params
=
GetParam
();
...
...
modules/ocl/test/test_filters.cpp
View file @
e1a598c5
...
...
@@ -334,7 +334,7 @@ OCL_TEST_P(Bilateral, Mat)
typedef
FilterTestBase
AdaptiveBilateral
;
OCL_TEST_P
(
AdaptiveBilateral
,
Mat
)
OCL_TEST_P
(
AdaptiveBilateral
,
DISABLED_
Mat
)
{
const
Size
kernelSize
(
ksize
,
ksize
);
...
...
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