Edit load and save to load, modify and save

This commit is contained in:
Gary Bradski 2011-06-29 21:34:52 +00:00
parent 7cd48accc2
commit 04830e5dc0

View File

@ -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 <>`)