From: Gary Bradski Date: Wed, 29 Jun 2011 21:34:52 +0000 (+0000) Subject: Edit load and save to load, modify and save X-Git-Tag: accepted/2.0/20130307.220821~2615 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04830e5dc0041ca3887c991a8b79623ab259b9c3;p=profile%2Fivi%2Fopencv.git Edit load and save to load, modify and save --- 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 <>`)