restructured gpu modules docs

This commit is contained in:
Alexey Spizhevoy
2011-01-17 06:57:57 +00:00
parent e91ca8c6a3
commit 59983648ea
8 changed files with 795 additions and 805 deletions

View File

@@ -0,0 +1,13 @@
\section{Data Structures}
\cvCppFunc{gpu::createContinuous}
Creates continuous matrix in GPU memory.
\cvdefCpp{void createContinuous(int rows, int cols, int type, GpuMat\& m);}
\begin{description}
\cvarg{rows}{Row count.}
\cvarg{cols}{Column count.}
\cvarg{type}{Type of the matrix.}
\cvarg{m}{Destination matrix. Will be reshaped only if it has proper type and area ($rows \times cols$).}
\end{description}