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:
@@ -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}
|
||||
Reference in New Issue
Block a user