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

minor changes in gpu docs

This commit is contained in:
Alexey Spizhevoy
2011-01-21 07:57:18 +00:00
parent ad10b6e0fe
commit a05ae51271
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Matrix is called continuous if its elements are stored continuously, i.e. wuthou
\cvCppFunc{gpu::ensureSizeIsEnough}
Ensures that size of matrix is big enough and matrix has proper type. The function doesn't reallocate memory if matrix has proper attributes already.
Ensures that size of matrix is big enough and matrix has proper type. The function doesn't reallocate memory if the matrix has proper attributes already.
\cvdefCpp{void ensureSizeIsEnough(int rows, int cols, int type, GpuMat\& m);}
\begin{description}