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 cv2 as cv | |
from matplotlib import pyplot as plt | |
#load image | |
rgb_image = cv.imread('images/bebek_imut.jpg') | |
#see the output | |
rgb_image | |
#print rgb_image's shape |