minor changes in documentation

This commit is contained in:
Alexander Shishkov
2012-04-13 07:31:10 +00:00
parent b6dac61e96
commit d77fb60017
4 changed files with 20 additions and 6 deletions

View File

@@ -786,6 +786,8 @@ Various Mat constructors
:param cols: Number of columns in a 2D array.
:param roi: Region of interest.
:param size: 2D array size: ``Size(cols, rows)`` . In the ``Size()`` constructor, the number of rows and the number of columns go in the reverse order.
:param sizes: Array of integers specifying an n-dimensional array shape.