From: Ilya Lysenkov Date: Thu, 12 Apr 2012 08:23:58 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~2124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4525860e05b62bc6e96093c80ac33b15fc6876a;p=platform%2Fupstream%2Fopencv.git Fixed a typo --- diff --git a/modules/core/doc/basic_structures.rst b/modules/core/doc/basic_structures.rst index 49e7ae2..6f0077c 100644 --- a/modules/core/doc/basic_structures.rst +++ b/modules/core/doc/basic_structures.rst @@ -1347,7 +1347,7 @@ Locates the matrix header within a parent matrix. .. ocv:function:: void Mat::locateROI( Size& wholeSize, Point& ofs ) const - :param wholeSize: Output parameter that contains the size of the whole matrix containing ``*this`` is a part. + :param wholeSize: Output parameter that contains the size of the whole matrix containing ``*this`` as a part. :param ofs: Output parameter that contains an offset of ``*this`` inside the whole matrix.