Edit load and save to load, modify and save

pull/13383/head
Gary Bradski 14 years ago
parent 7cd48accc2
commit 04830e5dc0
  1. 5
      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 <>`)

Loading…
Cancel
Save