Edit load and save to load, modify and save
This commit is contained in:
parent
7cd48accc2
commit
04830e5dc0
@ -1,7 +1,7 @@
|
|||||||
.. _Load_Save_Image:
|
.. _Load_Save_Image:
|
||||||
|
|
||||||
Load and Save an Image
|
Load, Modify, and Save an Image
|
||||||
***********************
|
*******************************
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
@ -15,6 +15,7 @@ Goals
|
|||||||
|
|
||||||
In this tutorial you will learn how to:
|
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 <>`
|
* 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 <>`)
|
* Save your transformed image in a file on disk (using :imwrite:`imwrite <>`)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user