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
b0cd8229
Commit
b0cd8229
authored
Jul 31, 2014
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying to make the tests pass
parent
ef8647fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
stat.cpp
modules/core/src/stat.cpp
+1
-1
ocl_test.cpp
modules/ts/src/ocl_test.cpp
+1
-1
No files found.
modules/core/src/stat.cpp
View file @
b0cd8229
...
...
@@ -2724,7 +2724,7 @@ double cv::norm( InputArray _src1, InputArray _src2, int normType, InputArray _m
0
)
:
normType
==
NORM_L1
?
(
type
==
CV_8UC1
?
(
ippiMaskNormDiffFuncC1
)
ippiNormDiff_L1_8u_C1MR
:
type
==
CV_8SC1
?
(
ippiMaskNormDiffFuncC1
)
ippiNormDiff_L1_8s_C1MR
:
//
type == CV_8SC1 ? (ippiMaskNormDiffFuncC1)ippiNormDiff_L1_8s_C1MR :
type
==
CV_16UC1
?
(
ippiMaskNormDiffFuncC1
)
ippiNormDiff_L1_16u_C1MR
:
type
==
CV_32FC1
?
(
ippiMaskNormDiffFuncC1
)
ippiNormDiff_L1_32f_C1MR
:
0
)
:
...
...
modules/ts/src/ocl_test.cpp
View file @
b0cd8229
...
...
@@ -48,7 +48,7 @@ namespace ocl {
using
namespace
cv
;
int
test_loop_times
=
30
;
// TODO Read from command line / environment
int
test_loop_times
=
1
;
// TODO Read from command line / environment
#ifdef HAVE_OPENCL
...
...
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