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
a47b7a34
Commit
a47b7a34
authored
Feb 01, 2017
by
Pavel Vlasov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds IPP control functions to bindings export
parent
3476440e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
base.hpp
modules/core/include/opencv2/core/base.hpp
+6
-6
No files found.
modules/core/include/opencv2/core/base.hpp
View file @
a47b7a34
...
@@ -667,13 +667,13 @@ namespace cudev
...
@@ -667,13 +667,13 @@ namespace cudev
namespace
ipp
namespace
ipp
{
{
CV_EXPORTS
int
getIppFeatures
();
CV_EXPORTS
int
getIppFeatures
();
CV_EXPORTS
void
setIppStatus
(
int
status
,
const
char
*
const
funcname
=
NULL
,
const
char
*
const
filename
=
NULL
,
CV_EXPORTS
void
setIppStatus
(
int
status
,
const
char
*
const
funcname
=
NULL
,
const
char
*
const
filename
=
NULL
,
int
line
=
0
);
int
line
=
0
);
CV_EXPORTS
int
getIppStatus
();
CV_EXPORTS
int
getIppStatus
();
CV_EXPORTS
String
getIppErrorLocation
();
CV_EXPORTS
String
getIppErrorLocation
();
CV_EXPORTS
bool
useIPP
();
CV_EXPORTS
_W
bool
useIPP
();
CV_EXPORTS
void
setUseIPP
(
bool
flag
);
CV_EXPORTS
_W
void
setUseIPP
(
bool
flag
);
}
// ipp
}
// ipp
...
...
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