From 04830e5dc0041ca3887c991a8b79623ab259b9c3 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Wed, 29 Jun 2011 21:34:52 +0000 Subject: [PATCH] Edit load and save to load, modify and save --- doc/tutorials/introduction/load_save_image/load_save_image.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 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 8afdf0c..1e51159 100644 --- a/doc/tutorials/introduction/load_save_image/load_save_image.rst +++ b/doc/tutorials/introduction/load_save_image/load_save_image.rst @@ -1,7 +1,7 @@ .. _Load_Save_Image: -Load and Save an Image -*********************** +Load, Modify, and Save an Image +******************************* .. note:: @@ -15,6 +15,7 @@ Goals In this tutorial you will learn how to: +* Load an image using :imread:`imread <> ` * Transform an image from RGB to Grayscale format by using :cvt_color:`cvtColor <>` * Save your transformed image in a file on disk (using :imwrite:`imwrite <>`) -- 2.7.4