1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

gpu docs minor changes

This commit is contained in:
Alexey Spizhevoy
2011-01-17 11:34:20 +00:00
parent cb63046dcf
commit 47b6f19766
4 changed files with 24 additions and 23 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ Returns number of Streaming Multiprocessors for given device.
\cvCppFunc{gpu::getGpuMemInfo}
Returns free and total memory for current device.
Returns free and total memory for the current device.
\cvdefCpp{void getGpuMemInfo(size\_t\& free, size\_t\& total);}
\begin{description}
@@ -52,7 +52,7 @@ Returns free and total memory for current device.
\cvCppFunc{gpu::hasNativeDoubleSupport}
Returns true if current GPU has native double support, false otherwise.
Returns true if the specified GPU has native double support, false otherwise.
\cvdefCpp{bool hasNativeDoubleSupport(int device);}
\begin{description}
@@ -61,7 +61,7 @@ Returns true if current GPU has native double support, false otherwise.
\cvCppFunc{gpu::hasAtomicsSupport}
Returns true if current GPU has atomics support, false otherwise.
Returns true if the specified GPU has atomics support, false otherwise.
\cvdefCpp{bool hasAtomicsSupport(int device);}
\begin{description}