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
3ce147bd
Commit
3ce147bd
authored
Jan 13, 2011
by
Alexey Spizhevoy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated gpu module docs
parent
34a99422
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gpu.tex
doc/gpu.tex
+5
-5
opencv.pdf
doc/opencv.pdf
+0
-0
No files found.
doc/gpu.tex
View file @
3ce147bd
...
...
@@ -50,7 +50,7 @@ void merge(const GpuMat* src, size\_t n, GpuMat\& dst,\par
void merge(const vector
$
<
$
GpuMat
$
>
$
\&
src, GpuMat
\&
dst,
\par
const Stream
\&
stream);
}
\begin{description}
\cvarg
{
src
}{
Vector or pointer to array of the source matri
x
es.
}
\cvarg
{
src
}{
Vector or pointer to array of the source matri
c
es.
}
\cvarg
{
n
}{
Number of source matrices.
}
\cvarg
{
dst
}{
Destination matrix.
}
\cvarg
{
stream
}{
Stream for the asynchronous versions.
}
...
...
@@ -67,7 +67,7 @@ void split(const GpuMat\& src, vector$<$GpuMat$>$\& dst,\par
const Stream
\&
stream);
}
\begin{description}
\cvarg
{
src
}{
Source matrix.
}
\cvarg
{
dst
}{
Destination vector or pointer to array of single-channel matri
x
es.
}
\cvarg
{
dst
}{
Destination vector or pointer to array of single-channel matri
c
es.
}
\cvarg
{
stream
}{
Stream for the asynchronous versions.
}
\end{description}
...
...
@@ -90,7 +90,7 @@ See also: \hyperref[cppfunc.bitwise.not]{cv::bitwise\_not}.
\cvfunc
{
cv::gpu::bitwise
\_
or
}
\label
{
cppfunc.gpu.bitwise.or
}
Performs per-element bitwise disjunction of two matri
x
es.
Performs per-element bitwise disjunction of two matri
c
es.
\cvdefCpp
{
void bitwise
\_
or(const GpuMat
\&
src1, const GpuMat
\&
src2, GpuMat
\&
dst,
\par
const GpuMat
\&
mask=GpuMat());
\newline
...
...
@@ -108,7 +108,7 @@ See also: \hyperref[cppfunc.bitwise.or]{cv::bitwise\_or}.
\cvfunc
{
cv::gpu::bitwise
\_
and
}
\label
{
cppfunc.gpu.bitwise.and
}
Performs per-element bitwise conjunction of two matri
x
es.
Performs per-element bitwise conjunction of two matri
c
es.
\cvdefCpp
{
void bitwise
\_
and(const GpuMat
\&
src1, const GpuMat
\&
src2, GpuMat
\&
dst,
\par
const GpuMat
\&
mask=GpuMat());
\newline
...
...
@@ -126,7 +126,7 @@ See also: \hyperref[cppfunc.bitwise.and]{cv::bitwise\_and}.
\cvfunc
{
cv::gpu::bitwise
\_
xor
}
\label
{
cppfunc.gpu.bitwise.xor
}
Performs per-element bitwise "exclusive or" of two matri
x
es.
Performs per-element bitwise "exclusive or" of two matri
c
es.
\cvdefCpp
{
void bitwise
\_
xor(const GpuMat
\&
src1, const GpuMat
\&
src2, GpuMat
\&
dst,
\par
const GpuMat
\&
mask=GpuMat());
\newline
...
...
doc/opencv.pdf
View file @
3ce147bd
This diff is collapsed.
Click to expand it.
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