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
3952a0df
Commit
3952a0df
authored
Oct 31, 2013
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ocl: update comments in ocl.hpp
parent
5a333bff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
ocl.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
+0
-3
No files found.
modules/ocl/include/opencv2/ocl/ocl.hpp
View file @
3952a0df
...
@@ -308,16 +308,13 @@ namespace cv
...
@@ -308,16 +308,13 @@ namespace cv
void
copyTo
(
oclMat
&
m
,
const
oclMat
&
mask
=
oclMat
())
const
;
void
copyTo
(
oclMat
&
m
,
const
oclMat
&
mask
=
oclMat
())
const
;
//! converts oclMatrix to another datatype with optional scalng. See cvConvertScale.
//! converts oclMatrix to another datatype with optional scalng. See cvConvertScale.
//It supports 8UC1 8UC4 32SC1 32SC4 32FC1 32FC4
void
convertTo
(
oclMat
&
m
,
int
rtype
,
double
alpha
=
1
,
double
beta
=
0
)
const
;
void
convertTo
(
oclMat
&
m
,
int
rtype
,
double
alpha
=
1
,
double
beta
=
0
)
const
;
void
assignTo
(
oclMat
&
m
,
int
type
=
-
1
)
const
;
void
assignTo
(
oclMat
&
m
,
int
type
=
-
1
)
const
;
//! sets every oclMatrix element to s
//! sets every oclMatrix element to s
//It supports 8UC1 8UC4 32SC1 32SC4 32FC1 32FC4
oclMat
&
operator
=
(
const
Scalar
&
s
);
oclMat
&
operator
=
(
const
Scalar
&
s
);
//! sets some of the oclMatrix elements to s, according to the mask
//! sets some of the oclMatrix elements to s, according to the mask
//It supports 8UC1 8UC4 32SC1 32SC4 32FC1 32FC4
oclMat
&
setTo
(
const
Scalar
&
s
,
const
oclMat
&
mask
=
oclMat
());
oclMat
&
setTo
(
const
Scalar
&
s
,
const
oclMat
&
mask
=
oclMat
());
//! creates alternative oclMatrix header for the same data, with different
//! creates alternative oclMatrix header for the same data, with different
// number of channels and/or different number of rows. see cvReshape.
// number of channels and/or different number of rows. see cvReshape.
...
...
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