From: Vadim Pisarevsky Date: Mon, 1 Oct 2012 12:35:12 +0000 (+0400) Subject: fixed typos in the mat tutorial (ticket #2380) X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~4264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4adf57edc9254c6ae0e0472ae9206a58f9e1dce;p=platform%2Fupstream%2Fopencv.git fixed typos in the mat tutorial (ticket #2380) --- diff --git a/doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_image_container.rst b/doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_image_container.rst index 4496412..42fe58f 100644 --- a/doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_image_container.rst +++ b/doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_image_container.rst @@ -174,18 +174,19 @@ Although *Mat* is a great class as image container it is also a general matrix c :alt: Demo image of the matrix output :align: center -Print out formatting -==================== - .. note:: - You can fill out a matrix with random values using the :operationsOnArrays:`randu() ` function. You need to give the lover and upper value between what you want the random values: + You can fill out a matrix with random values using the :operationsOnArrays:`randu() ` function. You need to give the lower and upper value between what you want the random values: .. literalinclude:: ../../../../samples/cpp/tutorial_code/core/mat_the_basic_image_container/mat_the_basic_image_container.cpp :language: cpp :tab-width: 4 :lines: 57-58 + +Print out formatting +==================== + In the above examples you could see the default formatting option. Nevertheless, OpenCV allows you to format your matrix output format to fit the rules of: .. container:: enumeratevisibleitemswithsquare