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

Fixed some minor formatting issues in 'old_basic_structures' and 'operations_on_arrays'.

This commit is contained in:
Vsevolod Glumov
2012-09-06 10:57:28 +04:00
parent a1796469f7
commit 037e3ee288
2 changed files with 13 additions and 17 deletions
+2 -2
View File
@@ -826,7 +826,7 @@ Returns one of array diagonals.
The function returns the header, corresponding to a specified diagonal of the input array.
GetDims
---------
-------
Return number of array dimensions
.. ocv:cfunction:: int cvGetDims(const CvArr* arr, int* sizes=NULL)
@@ -847,7 +847,7 @@ The function returns the array dimensionality and the array of dimension sizes.
total *= sizes[i];
GetDimSize
------------
----------
Returns array size along the specified dimension.
.. ocv:cfunction:: int cvGetDimSize(const CvArr* arr, int index)