Last active
January 22, 2017 15:01
-
-
Save Breta01/e0b113bb2f0e79addb7427b4ba3f7803 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Import necessary libraries | |
import numpy as np | |
import matplotlib.pyplot as plt | |
import cv2 | |
# Load image and convert it from BGR to RGB | |
image = cv2.cvtColor(cv2.imread("folder/imageName.jpg"), cv2.COLOR_BGR2RGB) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment