Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
8bba3054
Commit
8bba3054
authored
Nov 06, 2013
by
abidrahmank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small correction in Py tutorials
parent
03bbee32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
py_image_display.rst
...py_tutorials/py_gui/py_image_display/py_image_display.rst
+3
-3
No files found.
doc/py_tutorials/py_gui/py_image_display/py_image_display.rst
View file @
8bba3054
...
...
@@ -22,9 +22,9 @@ Use the function **cv2.imread()** to read an image. The image should be in the w
Second argument is a flag which specifies the way image should be read.
* cv2.
CV_LOAD_IMAGE
_COLOR : Loads a color image. Any transparency of image will be neglected. It is the default flag.
* cv2.
CV_LOAD_IMAGE
_GRAYSCALE : Loads image in grayscale mode
* cv2.
CV_LOAD_IMAGE
_UNCHANGED : Loads image as such including alpha channel
* cv2.
IMREAD
_COLOR : Loads a color image. Any transparency of image will be neglected. It is the default flag.
* cv2.
IMREAD
_GRAYSCALE : Loads image in grayscale mode
* cv2.
IMREAD
_UNCHANGED : Loads image as such including alpha channel
.. note:: Instead of these three flags, you can simply pass integers 1, 0 or -1 respectively.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment