Skip to content

Instantly share code, notes, and snippets.

@vsanse
Last active August 13, 2017 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsanse/60edfc650f1aa8ff0b1a026d221e45a0 to your computer and use it in GitHub Desktop.
Save vsanse/60edfc650f1aa8ff0b1a026d221e45a0 to your computer and use it in GitHub Desktop.
cv2.IMREAD_COLOR: without alpha channel(this is by default so no need to pass it as parameter)
cv2.IMREAD_UNCHANGED: for loading image along with alpha channel
cv2.IMREAD_GRAYSCALE: for loading it in grayscale or single channeled image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment