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