From ac19420907b6382377d4917266a8b1e91f83d0a6 Mon Sep 17 00:00:00 2001 From: Daniil Osokin Date: Mon, 24 Mar 2014 13:02:22 +0400 Subject: [PATCH] Removed obsolete list from docs --- .../introduction/load_save_image/load_save_image.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/tutorials/introduction/load_save_image/load_save_image.rst b/doc/tutorials/introduction/load_save_image/load_save_image.rst index b15768d4e8..6f8150a002 100644 --- a/doc/tutorials/introduction/load_save_image/load_save_image.rst +++ b/doc/tutorials/introduction/load_save_image/load_save_image.rst @@ -63,9 +63,7 @@ Here it is: Explanation ============ -#. We begin by: - - * Load an image using :readwriteimagevideo:`imread `, located in the path given by *imageName*. Fort this example, assume you are loading a RGB image. +#. We begin by loading an image using :readwriteimagevideo:`imread `, located in the path given by *imageName*. For this example, assume you are loading a RGB image. #. Now we are going to convert our image from BGR to Grayscale format. OpenCV has a really nice function to do this kind of transformations: