mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
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 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…
Reference in New Issue
Block a user