1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

finished gpu module docs for matrix operations

This commit is contained in:
Alexey Spizhevoy
2011-01-17 09:27:01 +00:00
parent dd5182ee70
commit 1697a89995
3 changed files with 38 additions and 12 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ Creates continuous matrix in GPU memory.
\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$).}
\cvarg{m}{Destination matrix. Will be only reshaped if it has proper type and area (\texttt{rows} $\times$ \texttt{cols}).}
\end{description}