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
34a99422
Commit
34a99422
authored
Jan 13, 2011
by
Alexey Spizhevoy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated gpu module docs
parent
ee5c0deb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
gpu.tex
doc/gpu.tex
+4
-4
opencv.pdf
doc/opencv.pdf
+3
-3
No files found.
doc/gpu.tex
View file @
34a99422
...
@@ -72,7 +72,7 @@ void split(const GpuMat\& src, vector$<$GpuMat$>$\& dst,\par
...
@@ -72,7 +72,7 @@ void split(const GpuMat\& src, vector$<$GpuMat$>$\& dst,\par
\end{description}
\end{description}
\cvfunc
{
cv::gpu::bitwise
\_
not
}
\cvfunc
{
cv::gpu::bitwise
\_
not
}
\label
{
cppfunc.gpu.bitwise.not
}
Performs per-element bitwise inversion.
Performs per-element bitwise inversion.
\cvdefCpp
{
void bitwise
\_
not(const GpuMat
\&
src, GpuMat
\&
dst,
\par
\cvdefCpp
{
void bitwise
\_
not(const GpuMat
\&
src, GpuMat
\&
dst,
\par
...
@@ -89,7 +89,7 @@ void bitwise\_not(const GpuMat\& src, GpuMat\& dst,\par
...
@@ -89,7 +89,7 @@ void bitwise\_not(const GpuMat\& src, GpuMat\& dst,\par
See also:
\hyperref
[cppfunc.bitwise.not]
{
cv::bitwise
\_
not
}
.
See also:
\hyperref
[cppfunc.bitwise.not]
{
cv::bitwise
\_
not
}
.
\cvfunc
{
cv::gpu::bitwise
\_
or
}
\cvfunc
{
cv::gpu::bitwise
\_
or
}
\label
{
cppfunc.gpu.bitwise.or
}
Performs per-element bitwise disjunction of two matrixes.
Performs per-element bitwise disjunction of two matrixes.
\cvdefCpp
{
void bitwise
\_
or(const GpuMat
\&
src1, const GpuMat
\&
src2, GpuMat
\&
dst,
\par
\cvdefCpp
{
void bitwise
\_
or(const GpuMat
\&
src1, const GpuMat
\&
src2, GpuMat
\&
dst,
\par
...
@@ -107,7 +107,7 @@ void bitwise\_or(const GpuMat\& src1, const GpuMat\& src2, GpuMat\& dst,\par
...
@@ -107,7 +107,7 @@ void bitwise\_or(const GpuMat\& src1, const GpuMat\& src2, GpuMat\& dst,\par
See also:
\hyperref
[cppfunc.bitwise.or]
{
cv::bitwise
\_
or
}
.
See also:
\hyperref
[cppfunc.bitwise.or]
{
cv::bitwise
\_
or
}
.
\cvfunc
{
cv::gpu::bitwise
\_
and
}
\cvfunc
{
cv::gpu::bitwise
\_
and
}
\label
{
cppfunc.gpu.bitwise.and
}
Performs per-element bitwise conjunction of two matrixes.
Performs per-element bitwise conjunction of two matrixes.
\cvdefCpp
{
void bitwise
\_
and(const GpuMat
\&
src1, const GpuMat
\&
src2, GpuMat
\&
dst,
\par
\cvdefCpp
{
void bitwise
\_
and(const GpuMat
\&
src1, const GpuMat
\&
src2, GpuMat
\&
dst,
\par
...
@@ -125,7 +125,7 @@ void bitwise\_and(const GpuMat\& src1, const GpuMat\& src2, GpuMat\& dst,\par
...
@@ -125,7 +125,7 @@ void bitwise\_and(const GpuMat\& src1, const GpuMat\& src2, GpuMat\& dst,\par
See also:
\hyperref
[cppfunc.bitwise.and]
{
cv::bitwise
\_
and
}
.
See also:
\hyperref
[cppfunc.bitwise.and]
{
cv::bitwise
\_
and
}
.
\cvfunc
{
cv::gpu::bitwise
\_
xor
}
\cvfunc
{
cv::gpu::bitwise
\_
xor
}
\label
{
cppfunc.gpu.bitwise.xor
}
Performs per-element bitwise "exclusive or" of two matrixes.
Performs per-element bitwise "exclusive or" of two matrixes.
\cvdefCpp
{
void bitwise
\_
xor(const GpuMat
\&
src1, const GpuMat
\&
src2, GpuMat
\&
dst,
\par
\cvdefCpp
{
void bitwise
\_
xor(const GpuMat
\&
src1, const GpuMat
\&
src2, GpuMat
\&
dst,
\par
...
...
doc/opencv.pdf
View file @
34a99422
No preview for this file type
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